Upgrade MapItEasy #387
Annotations
10 warnings
|
|
|
Analyze (csharp):
src/Microservices/Common/ClassifiedAds.CrossCuttingConcerns/Caching/ICache.cs#L11
Rename virtual/interface member ICache.Get(string) so that it no longer conflicts with the reserved language keyword 'Get'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Analyze (csharp):
src/Microservices/Common/ClassifiedAds.CrossCuttingConcerns/ExtensionMethods/DateTimeExtensions.cs#L11
A closing brace should not be preceded by a blank line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
|
Analyze (csharp):
src/Microservices/Common/ClassifiedAds.CrossCuttingConcerns/ExtensionMethods/DateTimeExtensions.cs#L9
An opening brace should not be followed by a blank line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1505.md)
|
|
|
|
|
|
|
|
Analyze (csharp)
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
|
|
Analyze (csharp)
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
|
|
Analyze (csharp)
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
|