sdk
sdk copied to clipboard
Add RazorWarningLevel
Adds support for RazorWarningLevel (similar to C# WarningLevel) - so the razor compiler can report new warnings on existing code and users will be able to turn those warnings off to avoid breaking their builds. Related to https://github.com/dotnet/razor/pull/10346.
I plan to add a test once razor official builds work again so I can flow a razor build here to test it in CI.
Thanks for your PR, @jjonescz. To learn about the PR process and branching schedule of this repo, please take a look at the SDK PR Guide.
Any news for this PR seems like a nice feature
Any news for this PR seems like a nice feature
Once we want to introduce a new warning that would break existing code, we would use this feature for it, but currently we don't.