ASP0000 |
Non-breaking |
Do not call 'IServiceCollection.BuildServiceProvider' in 'ConfigureServices' |
ASP0001 |
Non-breaking |
Authorization middleware is incorrectly configured |
ASP0004 |
Non-breaking |
Do not use action results with route handlers |
ASP0005 |
Non-breaking |
Do not place attribute on method called by route handler lambda |
ASP0007 |
Non-breaking |
Route parameter and argument optionality is mismatched |
MVC1000 |
Non-breaking |
Use of IHtmlHelper.Partial should be avoided |
MVC1001 |
Non-breaking |
Filters cannot be applied to page handler methods |
MVC1002 |
Non-breaking |
Route attributes cannot be applied to page handler methods |
MVC1003 |
Non-breaking |
Route attributes cannot be applied to page models |
MVC1004 |
Breaking |
Rename model bound parameter |
MVC1005 |
Non-breaking |
Cannot use UseMvc with Endpoint Routing |
MVC1006 |
Breaking |
Methods containing TagHelpers must be async and return Task |