-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Unable to use DynamicClassFactory.CreateType from Blazor WebAssembly #516
Comments
Can you please try 11-preview-01 from https://www.myget.org/feed/system-linq-dynamic-core/package/nuget/System.Linq.Dynamic.Core ? |
Just walked through the code with the preview package from your feed and it worked as expected. Thank you so much for providing a fix so quickly on this! :) How long until I might expect an updated package on NuGet.org so I don't have to change the build pipelines? |
I still need to verify another PR and review some other issues. Would it help you if I would publish this version to the normal NuGet ? |
@StefH , Sorry for the late follow up, it would be very helpful if you were able to push the preview version to the normal NuGet. :) |
@Matthewsre |
1. Description
Unable to use DynamicClassFactory.CreateType from Blazor WebAssembly.
2. Exception
3. Fiddle or Project
Simple example Blazor page to repro:
Exception screenshot:
4. Any further technical details
Using .Net 5 Blazor WebAssembly, can provide more details it needed. Not sure if there are workaround options or if this is something that needs to be addressed in the underlying runtime used for WebAssembly.
The text was updated successfully, but these errors were encountered: