-
Notifications
You must be signed in to change notification settings - Fork 204
Misaligned read in 9.0.300 causes a razor generator crash #11863
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
|
|
A simpler workaround is now available: Simply depend on https://www.nuget.org/packages/Microsoft.Net.Compilers.Razor.Toolset/9.0.0-preview.25264.2, no need for the additional nuget.config entry.
Warning Do not depend on this package long-term. Please remove it as soon as there an SDK with this fix in it, which we expect to be 9.0.301. |
@333fred I can confirm that building our solution using .NET 9.0.300 and this package does indeed resolve the issue. |
Thanks for the confirmation! |
Originally posted by @alfeg in #9885
The text was updated successfully, but these errors were encountered: