You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: