Remove PackageReference #447
Annotations
10 warnings
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/ExtensionMethods/HttpContentExtensions.cs#L19
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
|
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/TestBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/WebAPI/ProductsControllerTests.cs#L47
A closing brace should not be preceded by a blank line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/WebAPI/ConfigurationEntriesControllerTests.cs#L131
Remove the underscores from member name ClassifiedAds.ApiIntegrationTests.WebAPI.ConfigurationEntriesControllerTests.AllInOne_SensiveValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/WebAPI/ConfigurationEntriesControllerTests.cs#L70
Remove the underscores from member name ClassifiedAds.ApiIntegrationTests.WebAPI.ConfigurationEntriesControllerTests.AllInOne_NonSensiveValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/TestBase.cs#L13
Type 'TestBase' owns disposable field(s) '_httpClient' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/ExtensionMethods/HttpContentExtensions.cs#L19
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
|
|
Analyze (csharp):
src/EndToEndApiTests/ClassifiedAds.ApiIntegrationTests/TestBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|