Skip to content

Update packages

Update packages #106

Triggered via pull request August 8, 2023 21:26
Status Success
Total duration 49s
Artifacts

tests.yaml

on: pull_request
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)