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

SA1649 alerts for Razor Pages model classes #3909

Open
omccully opened this issue Dec 13, 2024 · 0 comments
Open

SA1649 alerts for Razor Pages model classes #3909

omccully opened this issue Dec 13, 2024 · 0 comments

Comments

@omccully
Copy link

SA1649 - "File name should match first type name"

The standard template is it creates a file named MyPage.cshtml.cs" with a class MyPageModel`. The analyzer warns on this. I think it should have an exception for these Razor Pages model classes, since it is standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant