Releases: Cysharp/ConsoleAppFramework
Releases · Cysharp/ConsoleAppFramework
Ver.5.0.0
We have released v5!
It runs solely with Source Generator and achieves Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe.
Moreover, we have placed significant emphasis on performance.
As it has become a completely different library compared to v4 and earlier versions, there is no compatibility at all.
However, since it has been designed to be functionally upward-compatible, migration itself should be possible.
Please see v4 -> v5 Migration Guide
Ver.4.2.4
- revert 4.2.3
Ver.4.2.3
Ver.4.2.2
What's Changed
- feat: build with reusable workflow by @guitarrapc in #86
- improve parsing of command-line arguments by @wipiano in #85
- Usage ApplicationName configurable by @neuecc in #87
- readme.md by @zadykian in #77
- error 'Index was outside the bounds of the array' by @zadykian in #78
New Contributors
Full Changelog: 4.2.1...4.2.2
Ver.4.2.1
- Add ConsoleAppContext.Cancel(), Terminate()
- Does not log OperationCanceledException when throws from ConsoleAppContext CancelationToken
- Bettter handled CancelationToken with Console.ReadKey
Ver.4.1.0
Ver.4.0.6
- Add
ConsoleApp.CreateFromHostBuilder
Ver.4.0.5
- Fix show error when can not resolver service in parameter.
Ver.4.0.4
- Add ConsoleApp.Services/Configuration/Environment/Lifetime
Ver.4.0.3
fix, AddSubCommands does not use NameConverter