Skip to content

Releases: DevTeam/csharp-interactive

1.1.9

20 Feb 14:45
Compare
Choose a tag to compare

Bug fixes:

  • Fix unhandled exception System.IndexOutOfRangeException: Index was outside the bounds of the array at CSharpInteractive.Core.ProcessInFlowRunner.RunAsync

1.1.8

11 Feb 14:20
Compare
Choose a tag to compare

Changes:

  • Add advanced log methods, for example

1.1.7

07 Feb 18:33
Compare
Choose a tag to compare

Changes:

  • Add a Summary method to write a summary message. It will also appear in the Summary section after execution. See this example for details.

1.1.6

31 Jan 11:20
Compare
Choose a tag to compare

Bug fixes:

  • Deadlock on application exit when an error occurs in case of asynchronous Program.main()

1.1.5

15 Nov 15:19
Compare
Choose a tag to compare
  • Update dependencies to fix known critical severity vulnerabilities

1.1.4

15 Nov 07:58
Compare
Choose a tag to compare
  • Support for .NET 9

1.1.2

31 Oct 08:45
Compare
Choose a tag to compare
  • Added many commands for working with the .NET CLI

1.1.1

08 Sep 08:22
Compare
Choose a tag to compare
  • Minor bug fixes
  • Improved documentation

1.1.0

22 Jul 13:15
Compare
Choose a tag to compare

New version of C# interactive 1.1.0

Improved API for project building and more informative summary statistics.