stashbox-extensions-dependencyinjection icon indicating copy to clipboard operation
stashbox-extensions-dependencyinjection copied to clipboard

Stashbox Integration for ASP.NET Core, .NET Generic Host and ServiceCollection based applications.

Results 2 stashbox-extensions-dependencyinjection issues
Sort by recently updated
recently updated
newest added

There is an issue with Blazor Server Side and File Upload that is described in the link and comment below: https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950 It looks like Stashbox is also affected by this....

Please make Make IStashboxContainer.Configure return IStashboxContainer to allow code like this: ``` // Stashbox builder.Host.UseStashbox(container => container .Configure(options => { }) .Validate() ); ```