Skip to content
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

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jjonescz
Copy link
Contributor

@jjonescz jjonescz commented May 6, 2024

Resolves #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: dotnet/sdk#40720), but it shouldn't need any coordinated merging - without the SDK passing RazorWarningLevel through, the warnings simply stay disabled.

@jjonescz jjonescz added the area-compiler Umbrella for all compiler issues label May 6, 2024
@jjonescz jjonescz marked this pull request as ready for review May 6, 2024 18:09
@jjonescz jjonescz requested review from a team as code owners May 6, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-compiler Umbrella for all compiler issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warn when an @ is optional in an attribute value
1 participant