Skip to content

v6.0.0

Latest

Choose a tag to compare

@z4kn4fein z4kn4fein released this 14 Aug 10:17

Added

  • IHostApplicationBuilder extensions for Stashbox.Extensions.Hosting package.
    Usage:
    var builder = Host.CreateApplicationBuilder();
    builder.UseStashbox(container => { });

Changed

  • StashboxServiceProvider now implements the IServiceScope and IServiceScopeFactory interfaces, and it is used directly for scope management.

Removed

  • StashboxServiceScope and StashboxServiceScopeFactory types, as StashboxServiceProvider now implements both interfaces directly.