Skip to content

chore: update NuGet publishing process to use temporary API key from OIDC login#94

Merged
AriusII merged 1 commit into
mainfrom
nuget/update
Jul 6, 2026
Merged

chore: update NuGet publishing process to use temporary API key from OIDC login#94
AriusII merged 1 commit into
mainfrom
nuget/update

Conversation

@AriusII

@AriusII AriusII commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Motivation

Type of change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would break existing API contracts)
  • 📚 Documentation only
  • ♻️ Refactor / internal cleanup (no behaviour change)
  • ⚡ Performance improvement (please attach BenchmarkDotNet diff)
  • 🧪 Tests only
  • 🔧 CI / tooling

Checklist

  • I have read CONTRIBUTING.md.
  • My commits follow the Conventional Commits specification.
  • I have added or updated tests covering my change.
  • dotnet build CaeriusNet.slnx -c Release -p:TreatWarningsAsErrors=true succeeds locally.
  • dotnet test CaeriusNet.slnx -c Release --filter "FullyQualifiedName!~IntegrationTests" is green.
  • pwsh ./.github/scripts/ValidatePackage.ps1 -Configuration Release -OutputDirectory .work/package-validation succeeds for package/public API changes.
  • cd Documentations && npm install && npm run docs:build succeeds for documentation changes (or npm ci when a lockfile exists).
  • Docker-backed integration tests were run when storage, transactions, SQL, or TVP behaviour changed.
  • I have updated CHANGELOG.md under [Unreleased] if user-visible.
  • I have updated public XML documentation comments for any public API change.
  • No new dependencies introduced (or discussed in an issue first).

Public-API impact

Benchmark / performance notes

Screenshots / logs (optional)

@github-actions github-actions Bot added the ci label Jul 6, 2026
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/release.yml

PackageVersionLicenseIssue Type
NuGet/login1.*.*NullUnknown License
Denied Licenses: GPL-2.0, GPL-3.0, AGPL-3.0

OpenSSF Scorecard

PackageVersionScoreDetails
actions/NuGet/login 1.*.* UnknownUnknown

Scanned Files

  • .github/workflows/release.yml

@AriusII AriusII merged commit daa28fe into main Jul 6, 2026
6 checks passed
@AriusII AriusII deleted the nuget/update branch July 6, 2026 11:34
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Summary
Generated on: 07/06/2026 - 11:34:30
Coverage date: 07/06/2026 - 11:33:56 - 07/06/2026 - 11:34:00
Parser: MultiReport (4x Cobertura)
Assemblies: 1
Classes: 37
Files: 35
Line coverage: 50.4% (869 of 1723)
Covered lines: 869
Uncovered lines: 854
Coverable lines: 1723
Total lines: 4680
Branch coverage: 45.4% (291 of 640)
Covered branches: 291
Total branches: 640
Method coverage: Feature is only available for sponsors

Coverage

CaeriusNet - 50.4%
Name Line Branch
CaeriusNet 50.4% 45.4%
CaeriusNet.Abstractions.IRedisCacheManager 0%
CaeriusNet.Attributes.AutoContracts.AutoContractGenerateDtoAttribute 0%
CaeriusNet.Attributes.AutoContracts.AutoContractGenerateProcedureAttribute 0%
CaeriusNet.Attributes.AutoContracts.AutoContractGenerateTvpAttribute 0%
CaeriusNet.Attributes.Tvp.GenerateTvpAttribute 0%
CaeriusNet.Builders.CaeriusNetBuilder 47.1% 55.8%
CaeriusNet.Builders.StoredProcedureParametersBuilder 94.4% 72.5%
CaeriusNet.Builders.StoredProcedureParametersBuilder`1 87.5% 90.9%
CaeriusNet.Caches.CaeriusNetCache 88.4% 66.6%
CaeriusNet.Caches.FrozenCacheManager 92.2% 84.2%
CaeriusNet.Caches.InMemoryCacheManager 91.6% 67.8%
CaeriusNet.Caches.RedisCacheManager 84.5% 64%
CaeriusNet.Commands.Reads.MultiIEnumerableReadSqlAsyncCommands 0%
CaeriusNet.Commands.Reads.MultiImmutableArrayReadSqlAsyncCommands 0%
CaeriusNet.Commands.Reads.MultiReadOnlyCollectionReadSqlAsyncCommands 0%
CaeriusNet.Commands.Reads.SimpleReadSqlAsyncCommands 0% 0%
CaeriusNet.Commands.Transactions.BeginTransactionAsyncCommands 100%
CaeriusNet.Commands.Transactions.NestedTransactionRejection 100%
CaeriusNet.Commands.Transactions.TransactionReadSqlAsyncCommands 16.8% 10.7%
CaeriusNet.Commands.Transactions.TransactionWriteSqlAsyncCommands 32.4% 17.8%
CaeriusNet.Commands.Writes.WriteSqlAsyncCommands 0% 0%
CaeriusNet.Exceptions.CaeriusNetSqlException 100%
CaeriusNet.Factories.CaeriusNetDbContext 56.7% 50%
CaeriusNet.Factories.CaeriusNetTransaction 50.6% 36.7%
CaeriusNet.Helpers.CacheHelper 66.6% 60%
CaeriusNet.Helpers.EmptyCollections 100%
CaeriusNet.Helpers.MultiResultSetHelper 0% 0%
CaeriusNet.Helpers.ResultSetMaterializer 20.5% 33.3%
CaeriusNet.Helpers.SqlCommandHelper 0% 0%
CaeriusNet.Helpers.SqlCommandHelperTx 0% 0%
CaeriusNet.Logging.LoggerProvider 100%
CaeriusNet.Mappers.SqlParameterName 87.5% 91.6%
CaeriusNet.Mappers.StoredProcedureParameters 100% 100%
CaeriusNet.Mappers.StoredProcedureParameters`1 88.2%
CaeriusNet.Telemetry.CaeriusActivityExtensions 77.2% 68.4%
CaeriusNet.Telemetry.CaeriusDiagnostics 100% 50%
CaeriusNet.Telemetry.CaeriusTelemetryOptions 100%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant