razor icon indicating copy to clipboard operation
razor copied to clipboard

Add warning wave support and warn for unnecessary `@` in component parameters

Open jjonescz opened this issue 9 months ago • 0 comments

Resolves https://github.com/dotnet/razor/issues/9740. Related (internal): https://github.com/dotnet/Razor-Language-Design/discussions/5 Commit-by-commit review might be useful.

The warning waves feature needs an SDK counterpart change to fully work (prototype here: https://github.com/dotnet/sdk/pull/40720), but it shouldn't need any coordinated merging - without the SDK passing RazorWarningLevel through, the warnings simply stay disabled.

jjonescz avatar May 06 '24 14:05 jjonescz