v8.0.0-dev.18
Pre-release
Pre-release
·
1831 commits
to master
since this release
-
Serialization
- Optimized the serialization async methods.
- Added ToPrioritizedDictionary for Lazy<T, TMetadata>.
-
Application
- Breaking change: Refactored AppBase:
- renamed InitializePrerequisites to BeforeAppManagerInitialize()
- added AfterAppManagerInitialize(), Before/AfterAppManagerFinalize()
- renamed ConfigureAmbientServices to BuildServicesContainer.
- Breaking change: Refactored AppBase:
-
Application.AspNetCore
- Breaking change: Renamed StartupBase to StartupAppBase.