v7.6.0-dev.4
Pre-release
Pre-release
·
1967 commits
to master
since this release
-
AspNetCore
- Improved the StartupBase for use with WindowsService.
- Fixed the container registration for ASP.NET Core 3.1
- Do not dispose the ambient services in web host stopping, only in stopped.
- Fixed ASP.NET Core application hang upon shutdown.
-
Application
- Improved support for command line args: [-]-key value, [-]-key=value, /key value, /key=value, key=value, [[-]-]key[=true] (AppArgs).
- BREAKING CHANGE: Arguments in command line without value receive by default the boolean "true" value.
-
Application.Console
- Fixed the MessagingCommandProcessor after AppArgs changed.
-
Plugins
- Fixed MoveFileUndoCommand upon undo, did not replace the file/crashed when the (original) source file existed.
-
Workflow
- Fixed the GetTypeInfo() along the inheritance chain in Activities.