-
Notifications
You must be signed in to change notification settings - Fork 127
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
Unresolvable type cases InvalidOperationException in ReflectionMethodBodyScanner.GetValueNodeFromGenericArgument #1500
Comments
@MichalStrehovsky could you investigate ? |
I think @vitek-karas would be more up to speed on this. |
There's a "failure" before this happens that linker can't resolve assembly As for linker, I need to figure out what is the correct way to handle unresolvable type references - linker should report a meaningful error and not what's effectively a "crash". |
I tried with a default project with just blazor file reader and didn't encounter the same issue. (https://github.com/Tewr/BlazorFileReader/tree/master/src/Demo/Blazor.FileReader.Wasm.Demo) I also searched the OAT code for any referenced to "Blazor.FileReader" without "Tewr" and didn't find one. Is there something in my configuration that is causing this or is it a linker issue? |
The problem with this project is big mismatch in dependent NuGet package versions. The assembly The I'll leave this issue opened to fix the wrong exception in this case. |
Duplicate of #1634 |
Reproduced using SDK v5.0.100-rc.1.20452.10.
The text was updated successfully, but these errors were encountered: