-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor File Upload issue with Net 7 and MS DI Package #547
Comments
@oruchreis Huh, more incencitive to release #544 faster. Thanks. |
I can reproduce this issue as well and it does not happen without DryIoc. Here is the actual exception that is happening:
|
@oruchreis @MaxwellDAssistek I have checked that it is working with .NET 7 and DryIoc.MS.DI v6.2.0-preview-01 |
@dadhi Can confirm that it works for me as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I don't know it is relevant or not with #544 but If we use
DryIoc.Microsoft.DependencyInjection v6.*.*
package with Net 7, the file upload doesn't work. I'm integrating DryIoc like this:Program.cs:
and simple upload page:
Upload.razor:
Actually all js streaming is not working with
DryIoc.Microsoft.DependencyInjection v6.*
with Net 7. If I comment outDryIocServiceProviderFactory
line, it is working.The text was updated successfully, but these errors were encountered: