sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Add RazorWarningLevel

Open jjonescz opened this issue 1 year ago • 3 comments

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.

jjonescz avatar May 07 '24 08:05 jjonescz

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

Frulfump avatar Jun 22 '25 17:06 Frulfump

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.

jjonescz avatar Jun 23 '25 07:06 jjonescz