Skip to content

v8.0.0-dev.18

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 07 May 15:28
· 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.
  • Application.AspNetCore

    • Breaking change: Renamed StartupBase to StartupAppBase.