z4kn4fein / stashbox-extensions-dependencyinjection

Stashbox Integration for ASP.NET Core, .NET Generic Host and ServiceCollection based applications.
https://z4kn4fein.github.io/stashbox
MIT License
17 stars 2 forks source link

Stashbox breaks Blazor Server Side File Upload #17

Open schuettecarsten opened 1 month ago

schuettecarsten commented 1 month ago

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. As a possible solution, we need an option to tell stashbox to not resolve byte[] by default. Is such an option already available?

z4kn4fein commented 3 weeks ago

Hi @schuettecarsten, I've released v5.6.0 from the extension packages, which solves this issue without any extra configuration. Could you please verify that it works for you too? Thanks!