Skip to content

deps(c#): Update c# - #99

Merged
n0099 merged 1 commit into
devfrom
renovate/c
Jun 13, 2025
Merged

deps(c#): Update c##99
n0099 merged 1 commit into
devfrom
renovate/c

Conversation

@renovate

@renovate renovate Bot commented May 28, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Google.Protobuf 3.31.0 -> 3.31.1 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 9.0.5 -> 9.0.6 age adoption passing confidence nuget patch
Microsoft.Extensions.Hosting (source) 9.0.5 -> 9.0.6 age adoption passing confidence nuget patch
Microsoft.Extensions.Http (source) 9.0.5 -> 9.0.6 age adoption passing confidence nuget patch
Microsoft.Extensions.Http.Polly (source) 9.0.5 -> 9.0.6 age adoption passing confidence nuget patch
NLog.Extensions.Logging 5.4.0 -> 5.5.0 age adoption passing confidence nuget minor
SixLabors.ImageSharp 3.1.8 -> 3.1.10 age adoption passing confidence nuget patch
SonarAnalyzer.CSharp (source) 10.10.0.116381 -> 10.11.0.117924 age adoption passing confidence nuget minor
SuperLinq 6.3.0 -> 6.4.0 age adoption passing confidence nuget minor
System.IO.Hashing (source) 9.0.5 -> 9.0.6 age adoption passing confidence nuget patch
System.Threading.RateLimiting (source) 9.0.5 -> 9.0.6 age adoption passing confidence nuget patch
dotnet-sdk 9.0.300 -> 9.0.301 age adoption passing confidence dotnet-sdk patch

Release Notes

dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.6

Bug Fixes

  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar

Dependency Updates

  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
    #​36065 by @​dotnet-maestro

Technical Improvements

  • Merging Internal Commits for release/8.0
    Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
    #​35926 by @​vseanreesermsft
  • Merging Internal Commits for release/8.0
    Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
    #​36080 by @​vseanreesermsft
  • Merging Internal Commits for release/9.0
    Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
    #​36081 by @​vseanreesermsft

Infrastructure

  • Update Branding to 9.0.6
    Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
    #​36044 by @​vseanreesermsft
  • Update Branding to 8.0.17
    Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
    #​36043 by @​vseanreesermsft

Miscellaneous

  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
    #​35927 by @​github-actions
  • Merge release/9.0 to release/9.0-staging
    Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
    #​36051 by @​AndriySvyryd
  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Another automated merge from 8.0 to 9.0, keeping branches synchronized.
    #​36088 by @​github-actions
  • [release/9.0] Merge release/9.0-staging to release/9.0
    Merged changes from the 9.0-staging branch back into the main 9.0 branch, finalizing updates for this release.
    #​36089 by @​AndriySvyryd

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

dotnet/runtime (Microsoft.Extensions.Hosting)

v9.0.6

dotnet/aspnetcore (Microsoft.Extensions.Http.Polly)

v9.0.6

NLog/NLog.Extensions.Logging (NLog.Extensions.Logging)

v5.5.0: Version 5.5

Improvements

SixLabors/ImageSharp (SixLabors.ImageSharp)

v3.1.10

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.9...v3.1.10

v3.1.9

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.8...v3.1.9

SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)

v10.11.0.117924: 10.11

Compare Source

Hello everyone!
In this release we fixed a bunch of false positives and false negatives.
Additionally this version adds support for telemetry in order to gather information on feature usage. Telemetry, requires scanner 10.2.0 or greater.

False Positive
  • NET-1522 - Fix S2068 FP: Do not raise on password:secret
  • NET-1149 - Fix S3626 FP: Add exception when return statement is preceding local functions
False Negative
  • NET-1263 - Fix S1871 FN: Nested if .. else if chain
  • NET-1256 - S2068: Remove word boundary(\b) from regex
  • NET-1254 - Fix S3878 FN: When params are passed as array through an attribute
  • NET-1252 - FN S1168: Support IndexerDeclaration and ConversionOperatorDeclaration
  • NET-459 - Fix S1168 FN: Add support for partial indexers
viceroypenguin/SuperLinq (SuperLinq)

v6.4.0

What's Changed

Full Changelog: viceroypenguin/SuperLinq@v6.3.0...v6.4.0

dotnet/sdk (dotnet-sdk)

v9.0.301

Compare Source

Bug Fixes

  • Prevent Solution Folders Outside Solution Directory
    The sln-add command now avoids adding solution folders that are outside the scope of the solution directory, ensuring better project organization and preventing accidental inclusion of unrelated folders.
    #​48611

  • Static Web Assets Clean-up Improvement
    Static web asset cache files are now properly tracked and deleted during the clean operation, preventing leftover files from cluttering the build output.
    #​48984

Technical Improvements

  • Ignore .slnx Files
    The SDK now ignores .slnx files, reducing noise and potential confusion in solution management workflows.
    #​48729

  • Update Test Template Translations
    Test templates have updated translations, improving localization and making the SDK more accessible to non-English users.
    #​48902

  • Localized File Check-in
    Automated localization updates have been applied, ensuring that the latest translations are included for a better global user experience.
    #​48907

  • Merging Internal Commits for Release Branch
    Internal commits have been merged into the release/9.0.3xx branch, ensuring that all recent improvements and fixes are included in this release.
    #​48931

Infrastructure

  • Rename CI Workflow File
    The continuous integration workflow file has been renamed from ci.yml to sb-ci.yml to improve clarity and maintain consistency in build automation scripts.
    #​48955

  • Update Build Triggers
    Build triggers have been updated to only target the release/9.0.1xx branch, streamlining the CI process and reducing unnecessary builds.
    #​48960

  • Automated Branch Merge
    The release/9.0.2xx branch has been automatically merged into release/9.0.3xx, ensuring that all relevant changes are synchronized across release branches.
    #​48856

Dependency Updates

  • dotnet/templating

  • dotnet/razor

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, ensuring the latest Razor tooling and runtime features are included.
      #​48833, #​48731, #​48989, #​49029
  • dotnet/msbuild

    • Updated dependencies for release/9.0.3xx, providing the latest MSBuild enhancements and bug fixes.
      #​48787
  • dotnet/arcade

  • dotnet/scenario-tests

  • dotnet/roslyn

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, bringing in the latest C# and VB compiler improvements.
      #​48751, #​48895, #​48937
  • dotnet/fsharp

    • Updated dependencies for release/9.0.3xx, ensuring the latest F# language features and fixes are available.
      #​48760

Miscellaneous

  • Update Branding to 9.0.301 and 9.0.205
    The SDK branding has been updated to reflect versions 9.0.301 and 9.0.205, ensuring accurate versioning and identification for this release.
    #​48852, #​48851

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.300...v9.0.301


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file nuget labels May 28, 2025
@renovate renovate Bot changed the title deps(c#): Update dependency Google.Protobuf to 3.31.1 deps(c#): Update c# May 29, 2025
@n0099
n0099 force-pushed the dev branch 2 times, most recently from e5b2ee6 to dab3f39 Compare June 4, 2025 05:56
@renovate
renovate Bot force-pushed the renovate/c branch 5 times, most recently from bff31a7 to 6387c27 Compare June 11, 2025 02:47
@n0099
n0099 merged commit fa2f0ab into dev Jun 13, 2025
18 of 52 checks passed
@renovate
renovate Bot deleted the renovate/c branch June 13, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file nuget

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant