-
Notifications
You must be signed in to change notification settings - Fork 232
Model compilation issue in Blazor WASM #465
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
Comments
Also I notice that compiler try to reference following assemblies:
I think list a bit excessive. Maybe we can teach model compiler to pass less references? |
We could easily provide a function that generates the source code and doesn't try to compile it using the C# compiler. When you compile that code, you can use any references you want. Would that solve the problem? Try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I only report this for now, after your fix in #462 I now receve stack trace listed below. I do not this there easy fix, maybe I'm wrong. I definitely try to build from source and play with compilation.
Also maybe it is make sense somehow to document build of the model manually. Maybe serialize results of compilation somehow and provide a way to run model from precompiled state.
The text was updated successfully, but these errors were encountered: