issues Search Results · repo:DotNetAnalyzers/AspNetCoreAnalyzers language:C#
Filter by
72 results
(54 ms)72 results
inDotNetAnalyzers/AspNetCoreAnalyzers (press backspace or delete to remove)In the documentation, it states:
Via ruleset file. Configure the severity per project, for more info see MSDN.
But there is no documentation for the settings for the .editorConfig file. Can these please ...
RealDotNetDave
- 1
- Opened on May 1, 2023
- #161
I have this route on my controller [Route( {v:apiVersion}/[controller] )], as per
https://www.c-sharpcorner.com/article/api-versioning-in-asp-net-core-with-three-different-ways/
It s getting ASP007 and ...
mahgo
- Opened on Apr 1, 2022
- #107
[HttpGet( /foobar/servers/{poolIdOrName}/level/{levelid} )]
public async Task IEnumerable FooBar GetFooBar(
[Range(1, int.MaxValue)] int levelid,
[Required][MinLength(1)] ...
dzmitry-lahoda
- Opened on Mar 16, 2022
- #103
Swashbuckle currently recommends to use xml comments instead of attributes:
Before
[ProducesResponseType(200)] // either ASP.NET Core built-in
[SwaggerResponse(200)] // or ...
lonix1
- Opened on Feb 21, 2022
- #94
Since installing Visual Studio 2022, we experience build warnings using this package. We get warnings in both VS 2022
and VS 2019. The error we get is:
AD0001 Analyzer AspNetCoreAnalyzers.AttributeAnalyzer ...
richardb355
- 2
- Opened on Nov 9, 2021
- #71
The problem
The warning below is emitted when building my project where route is defined on class. CSC : warning AD0001: Analyzer
AspNetCoreAnalyzers.AttributeAnalyzer threw an exception of type System.IndexOutOfRangeException ...
Ekkeir
- 6
- Opened on Jun 26, 2020
- #70
// Don t do this. All of the following actions result in an exception.
[HttpPost]
public IActionResult Action1(Product product,
Order order) = null;
[HttpPost]
public IActionResult ...
analyzer
JohanLarsson
- Opened on Feb 4, 2019
- #68

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.