Skip to content

Update packages (#68) #107

Update packages (#68)

Update packages (#68) #107

Triggered via push September 15, 2023 12:34
Status Success
Total duration 54s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Tests: src/Minio.AspNetCore/MinioClientFactory.cs#L23
Call System.IDisposable.Dispose on object created by 'new MinioClient()' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
Tests: src/Minio.AspNetCore/MinioClientFactory.cs#L23
Call System.IDisposable.Dispose on object created by 'new MinioClient()' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
Tests: src/Minio.AspNetCore/MinioClientFactory.cs#L23
Call System.IDisposable.Dispose on object created by 'new MinioClient()' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
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)