Package updates - #1734
Open
bart-vmware wants to merge 3 commits into
Open
Conversation
Contributor
Summary - All Code Coverage (ubuntu-latest)
|
This was referenced Sep 8, 2026
bart-vmware
marked this pull request as ready for review
September 8, 2026 12:47
bart-vmware
force-pushed
the
package-updates
branch
from
September 8, 2026 15:14
403ad93 to
11f9547
Compare
bart-vmware
added a commit
to SteeltoeOSS/Samples
that referenced
this pull request
Sep 8, 2026
bart-vmware
added a commit
to SteeltoeOSS/NetCoreToolTemplates
that referenced
this pull request
Sep 8, 2026
bart-vmware
force-pushed
the
package-updates
branch
from
September 8, 2026 15:57
11f9547 to
89bdd72
Compare
Changed rules: -S4792 // Configuring loggers is security-sensitive *S5042 Warning -> None // Guard against "Zip Bomb" attacks +S8949: Warning // Use overload that takes CancellationToken +S8969: Warning, Steeltoe: None (false positives) // ! operators should not be redundant +S8970: Warning // Don't use ! when nullable disabled +S8717 [SonarCloud-only] // Don't use multiple [Key] attributes in EF Core +S8718 [SonarCloud-only] // About EF Core client-evaluated default values +S8733 [SonarCloud-only] // Use AsSplitQuery in EF Core +S8747 [SonarCloud-only] // Don't narrow column types in EF Core migrations +S9022 [SonarCloud-only] // Duplicate Include calls in EF Core +S9129 [SonarCloud-only] // Merge include chains in EF Core
bart-vmware
force-pushed
the
package-updates
branch
from
September 8, 2026 17:38
89bdd72 to
9f0b96c
Compare
TimHess
approved these changes
Sep 8, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Package updates that affect Steeltoe users
Consulfrom 1.7.14.* to 1.8.*: The only change is that the package now follows SemVerSerilog.Extensions.Loggingfrom 9.0.* to 10.0.*: Adds anet10.0target (released 10 months ago)Serilog.Settings.Configurationfrom 9.0.* to 10.0.*: Adds anet10.0target and minor fixes (released 9 months ago)Notes about internal dependency updates
Microsoft.Azure.Cosmosfrom 3.58.* to 3.62.*: Should update Samples and NetCoreToolTemplates likewise; requires explicit reference toNewtonsoft.JsonMongoDB.Driverfrom 3.8.* to 3.11.*: Should update Samples and NetCoreToolTemplates likewiseMySql.Datafrom 9.7.* to 26.7.*: Should update Samples and NetCoreToolTemplates likewiseMicrosoft.CodeAnalysis.PublicApiAnalyzers: Changes to PublicAPI shipped files becauseDelegate.Invokeis now requiredMicrosoft.Extensions.TimeProvider.Testingfrom 10.0.* to 10.9.*: This package was assumed to version along with the runtime, which appears not to be the case.SonarAnalyzer.CSharpfrom 10.25.0.139117 to 10.33.0.1635: Changes in rules (see below); updatedSteeltoe wayin SonarCloud to match upPackageReferenceentries alphabetically.Full ReSharper code cleanup run at: https://github.com/SteeltoeOSS/Steeltoe/actions/runs/34225245010.
Sonar rule changes
Quality checklist
If your change affects other repositories, such as Documentation and/or Samples, add linked PRs here.
- Align with Steeltoe package updates Samples#477
- Align with Steeltoe package updates NetCoreToolTemplates#150