build(deps): bump dotnet-sdk from 10.0.203 to 10.0.300#5232
build(deps): bump dotnet-sdk from 10.0.203 to 10.0.300#5232dependabot[bot] wants to merge 2 commits into
Conversation
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.203 to 10.0.300. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v10.0.203...v10.0.300) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.300 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
I believe the current CI failure is due to the GitHub-hosted macos-15 runner lacking behind in current Xcode version.
Do we need to update all our workflows to macos-26?
See
There was a problem hiding this comment.
Looks like it yes:
Xcode 26.5 is required with this release. Xcode 26.5 requires macOS 26.2+ (Tahoe).
That does mean we all need to upgrade our local macOS versions as well.
| @@ -1,3 +1,4 @@ | |||
| #!/usr/bin/env -S dotnet -- | |||
There was a problem hiding this comment.
note: fixes CA2266
patch-cocoa-bindings.cs(4,1): Error CA2266 : File-based program entry point should start with '#!' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2266)
The .NET SDK 10.0.3xx added a CSharpMissingShebangInFileBasedProgram DiagnosticAnalyzer.
See also
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5232 +/- ##
==========================================
- Coverage 74.12% 74.11% -0.01%
==========================================
Files 508 508
Lines 18282 18318 +36
Branches 3574 3583 +9
==========================================
+ Hits 13551 13577 +26
- Misses 3861 3865 +4
- Partials 870 876 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@Flash0ver about the only reason I can think not to merge this yet is that we have 15 or so other PRs that are awaiting review... I'd rather get those merged in first (to avoid adding even further change to any of those PRs - some of which already have more commits/changes than is ideal). |
Bumps dotnet-sdk from 10.0.203 to 10.0.300.
Release notes
Sourced from dotnet-sdk's releases.
... (truncated)
Commits
8ece2d6[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx' (#54011)fedca9aMerge branch 'release/10.0.3xx' into merge/release/10.0.1xx-to-release/10.0.3xx691c464[release/10.0.3xx] Fix dotnet tool runner stripping duplicate flags when roll...7e27550Reset files to release/10.0.3xx29a838d[automated] Merge branch 'release/9.0.3xx' => 'release/10.0.1xx' (#53992)b5d91e7Merge branch 'release/10.0.1xx' of https://github.com/dotnet/sdk into merge/r...c840dabSwitch to automatic version calculation for 10.0.3xx (#53974)02e38bbEnable CI builds and locbranch for 4xx (#53968)aa68cb3[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx' (#53980)7e8cbd5Reset files to release/10.0.1xxDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)