Releases: DevTeam/csharp-interactive
Releases · DevTeam/csharp-interactive
1.2.1
🚀 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
🚀 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
Bug fixes:
- Fix unhandled exception
System.IndexOutOfRangeException: Index was outside the bounds of the array at CSharpInteractive.Core.ProcessInFlowRunner.RunAsync
1.1.8
1.1.7
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
Bug fixes:
- Deadlock on application exit when an error occurs in case of asynchronous
Program.main()
1.1.5
- Update dependencies to fix known critical severity vulnerabilities
1.1.4
- Support for .NET 9
1.1.2
- Added many commands for working with the .NET CLI
1.1.1
- Minor bug fixes
- Improved documentation