Skip to content

Releases: DevTeam/csharp-interactive

1.2.2

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 08 May 15:24

Updating dependencies to fix known .net vulnerabilities

1.2.1

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 20 Nov 09:15

🚀 What's New in This Release

🐛 Critical Fixes:

  • Fix warning NU1903 in consumer projects' dependencies

Full Changelog: 1.2.0...1.2.1

1.2.0

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 18 Nov 12:19

🚀 What's new in this version

Key improvements:

  • .NET 10 support
  • C# 14 support

⚠️ Breaking changes:

  • .NET 6 and 7 support has been discontinued

1.1.9

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 20 Feb 14:45

Bug fixes:

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

1.1.8

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 11 Feb 14:20

Changes:

  • Add advanced log methods, for example

1.1.7

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 07 Feb 18:33

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

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 31 Jan 11:20

Bug fixes:

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

1.1.5

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 15 Nov 15:19
  • Update dependencies to fix known critical severity vulnerabilities

1.1.4

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 15 Nov 07:58
  • Support for .NET 9

1.1.2

Choose a tag to compare

@NikolayPianikov NikolayPianikov released this 31 Oct 08:45
  • Added many commands for working with the .NET CLI