Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Type Update Change
dotnet-sdk dotnet-sdk major 8.0.415 -> 9.0.306
mcr.microsoft.com/dotnet/runtime stage major 8.0-alpine3.20 -> 9.0-alpine3.20
mcr.microsoft.com/dotnet/sdk final major 8.0-alpine3.20 -> 9.0-alpine3.20

Release Notes

dotnet/sdk (dotnet-sdk)

v9.0.306: .NET 9.0.10

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v9.0.305...v9.0.306

v9.0.305: .NET 9.0.9

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v9.0.304...v9.0.305

v9.0.304

Compare Source

v9.0.303

Compare Source

v9.0.302

Compare Source

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

v9.0.300: .NET 9.0.5

Compare Source

Release

What's Changed


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 1556c1d to 54227f6 Compare September 13, 2024 23:56
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 6 times, most recently from b77892d to 66e1699 Compare October 3, 2024 11:40
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 6 times, most recently from 182e134 to e41e6c3 Compare October 15, 2024 08:14
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 6 times, most recently from 247e4c8 to 6cbd5ee Compare October 22, 2024 23:49
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 5 times, most recently from df3415d to 33f56dc Compare November 2, 2024 01:14
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 4 times, most recently from efc42ae to 73360db Compare November 12, 2024 18:37
@renovate
Copy link
Contributor Author

renovate bot commented Nov 12, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: SaucyBot/packages.lock.json, SaucyBot.Tests/packages.lock.json
  Determining projects to restore...
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : warning NU1608: Detected package version outside of dependency constraint: EFCore.NamingConventions 8.0.3 requires Microsoft.EntityFrameworkCore (>= 8.0.0 && < 9.0.0) but version Microsoft.EntityFrameworkCore 9.0.10 was resolved. [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : error NU1107: Version conflict detected for Microsoft.EntityFrameworkCore.Relational. Install/reference Microsoft.EntityFrameworkCore.Relational 9.0.10 directly to project SaucyBot to resolve this issue.  [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : error NU1107:  SaucyBot -> Microsoft.EntityFrameworkCore.Sqlite 9.0.10 -> Microsoft.EntityFrameworkCore.Sqlite.Core 9.0.10 -> Microsoft.EntityFrameworkCore.Relational (>= 9.0.10)  [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : error NU1107:  SaucyBot -> EFCore.NamingConventions 8.0.3 -> Microsoft.EntityFrameworkCore.Relational (>= 8.0.0 && < 9.0.0). [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
  Failed to restore /tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj (in 7.32 sec).
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : warning NU1608: Detected package version outside of dependency constraint: EFCore.NamingConventions 8.0.3 requires Microsoft.EntityFrameworkCore (>= 8.0.0 && < 9.0.0) but version Microsoft.EntityFrameworkCore 9.0.10 was resolved.
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : error NU1107: Version conflict detected for Microsoft.EntityFrameworkCore.Relational. Install/reference Microsoft.EntityFrameworkCore.Relational 9.0.10 directly to project SaucyBot.Tests to resolve this issue. 
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : error NU1107:  SaucyBot.Tests -> SaucyBot -> Microsoft.EntityFrameworkCore.Sqlite 9.0.10 -> Microsoft.EntityFrameworkCore.Sqlite.Core 9.0.10 -> Microsoft.EntityFrameworkCore.Relational (>= 9.0.10) 
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : error NU1107:  SaucyBot.Tests -> SaucyBot -> EFCore.NamingConventions 8.0.3 -> Microsoft.EntityFrameworkCore.Relational (>= 8.0.0 && < 9.0.0).
  Failed to restore /tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj (in 32 ms).

File name: SaucyBot.Tests/packages.lock.json, SaucyBot/packages.lock.json
  Determining projects to restore...
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : warning NU1608: Detected package version outside of dependency constraint: EFCore.NamingConventions 8.0.3 requires Microsoft.EntityFrameworkCore (>= 8.0.0 && < 9.0.0) but version Microsoft.EntityFrameworkCore 9.0.10 was resolved. [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : error NU1107: Version conflict detected for Microsoft.EntityFrameworkCore.Relational. Install/reference Microsoft.EntityFrameworkCore.Relational 9.0.10 directly to project SaucyBot to resolve this issue.  [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : error NU1107:  SaucyBot -> Microsoft.EntityFrameworkCore.Sqlite 9.0.10 -> Microsoft.EntityFrameworkCore.Sqlite.Core 9.0.10 -> Microsoft.EntityFrameworkCore.Relational (>= 9.0.10)  [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj : error NU1107:  SaucyBot -> EFCore.NamingConventions 8.0.3 -> Microsoft.EntityFrameworkCore.Relational (>= 8.0.0 && < 9.0.0). [/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj]
  Failed to restore /tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot/SaucyBot.csproj (in 511 ms).
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : warning NU1608: Detected package version outside of dependency constraint: EFCore.NamingConventions 8.0.3 requires Microsoft.EntityFrameworkCore (>= 8.0.0 && < 9.0.0) but version Microsoft.EntityFrameworkCore 9.0.10 was resolved.
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : error NU1107: Version conflict detected for Microsoft.EntityFrameworkCore.Relational. Install/reference Microsoft.EntityFrameworkCore.Relational 9.0.10 directly to project SaucyBot.Tests to resolve this issue. 
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : error NU1107:  SaucyBot.Tests -> SaucyBot -> Microsoft.EntityFrameworkCore.Sqlite 9.0.10 -> Microsoft.EntityFrameworkCore.Sqlite.Core 9.0.10 -> Microsoft.EntityFrameworkCore.Relational (>= 9.0.10) 
/tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj : error NU1107:  SaucyBot.Tests -> SaucyBot -> EFCore.NamingConventions 8.0.3 -> Microsoft.EntityFrameworkCore.Relational (>= 8.0.0 && < 9.0.0).
  Failed to restore /tmp/renovate/repos/github/Sn0wCrack/saucybot-discord/SaucyBot.Tests/SaucyBot.Tests.csproj (in 138 ms).

@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 5884cd9 to 9ec7990 Compare July 21, 2025 08:11
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 5 times, most recently from f95119e to 92a1237 Compare August 6, 2025 01:13
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 5 times, most recently from 77194b7 to c574145 Compare August 19, 2025 04:12
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 6 times, most recently from 2c103aa to 5417186 Compare September 11, 2025 09:44
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 71258a2 to 4dcc55f Compare October 14, 2025 20:40
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 5 times, most recently from 09a32b5 to db3f6fa Compare October 23, 2025 07:36
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from db3f6fa to d32c4f1 Compare October 23, 2025 07:40
@Sn0wCrack Sn0wCrack merged commit c138fa1 into v2 Oct 23, 2025
@renovate renovate bot deleted the renovate/major-dotnet-monorepo branch October 23, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant