v8.0.0-dev.41
Pre-release
Pre-release
·
1606 commits
to master
since this release
-
Logging.Serilog
- AppLogEventEnricher improvements.
-
Core
- Breaking change: the AmbientServices does not register by default an application runtime, it must be explicitely set using one of WithStatic/WithDynamic/WithPluginsAppRuntime extension methods (or a custom flavor).
- Breaking change: Args() will initialize an empty arguments collection, while AppArgs() will initialize the arguments from application command line.
- Fix: Args area now always case insensitive, no matter how initialized.
-
Orchestration
- Fix RootAppLifecycleBehavior - should stop all live processes, even if not created by itself.
-
Application
- new AppArgs : Args class. The empty constructor will initialize from the command line arguments.