Update README.md (#70) #111
Annotations
9 warnings
Tests:
src/Minio.AspNetCore/MinioOptions.cs#L5
Instance of NullForgiving operator without justification detected (https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-forgiving)
|
Tests:
src/Minio.AspNetCore/MinioOptions.cs#L5
Instance of NullForgiving operator without justification detected (https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-forgiving)
|
Tests:
src/Minio.AspNetCore/MinioOptions.cs#L5
Instance of NullForgiving operator without justification detected (https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-forgiving)
|
Tests:
src/Minio.AspNetCore.HealthChecks/MinioHealthChecksExtensions.cs#L16
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Tests:
src/Minio.AspNetCore.HealthChecks/MinioHealthCheck.cs#L24
Modify 'CheckHealthAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Tests:
src/Minio.AspNetCore.HealthChecks/MinioHealthCheck.cs#L24
Modify 'CheckHealthAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Tests:
tests/ServiceCollectionUrlExtensionsTests.cs#L47
Change the type of parameter 'url' of method 'ServiceCollectionUrlExtensionsTests.UrlBasedConfigurationInvalidCredentialsThrow(string)' from 'string' to 'System.Uri', or provide an overload to 'ServiceCollectionUrlExtensionsTests.UrlBasedConfigurationInvalidCredentialsThrow(string)' that allows 'url' to be passed as a 'System.Uri' object (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1054)
|
Tests:
src/Minio.AspNetCore.HealthChecks/MinioHealthCheck.cs#L24
Modify 'CheckHealthAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Tests:
src/Minio.AspNetCore.HealthChecks/MinioHealthChecksExtensions.cs#L16
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|