stashbox-extensions-dependencyinjection
stashbox-extensions-dependencyinjection copied to clipboard
Stashbox Integration for ASP.NET Core, .NET Generic Host and ServiceCollection based applications.
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() ); ```