Skip to content

Release: Health Checks, Storage (file + S3), and ASP.NET Core health bridge#7

Merged
tgiachi merged 23 commits into
mainfrom
develop
Jun 23, 2026
Merged

Release: Health Checks, Storage (file + S3), and ASP.NET Core health bridge#7
tgiachi merged 23 commits into
mainfrom
develop

fix(storage): build the MinIO client in a helper to fix CI build break

1718ba8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 23, 2026 in 5s

5 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 138 in src/SquidStd.Storage.S3/Services/S3StorageService.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missing Dispose call on local IDisposable Warning

Disposable 'MinioClient' is created but not disposed.

Check notice on line 113 in src/SquidStd.Services.Core/Services/HealthCheckService.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 41 in tests/SquidStd.Tests/AspNetCore/SquidStdHealthChecksBridgeTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient use of ContainsKey Note test

Inefficient use of 'ContainsKey' and
indexer
.

Check notice on line 42 in tests/SquidStd.Tests/AspNetCore/SquidStdHealthChecksBridgeTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient use of ContainsKey Note test

Inefficient use of 'ContainsKey' and
indexer
.

Check notice on line 13 in tests/SquidStd.Tests/Storage/StorageRegistrationTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Call to 'System.IO.Path.Combine' may silently drop its earlier arguments Note test

Call to 'System.IO.Path.Combine' may silently drop its earlier arguments.