-
Notifications
You must be signed in to change notification settings - Fork 541
[main] Update dependencies from dotnet/sdk #9726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jonathanpeppers
merged 6 commits into
main
from
darc-main-4b7014f8-6082-4cf4-95ff-da094acfe818
Feb 3, 2025
Merged
[main] Update dependencies from dotnet/sdk #9726
jonathanpeppers
merged 6 commits into
main
from
darc-main-4b7014f8-6082-4cf4-95ff-da094acfe818
Feb 3, 2025
Conversation
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
Microsoft.NET.Sdk From Version 10.0.100-alpha.1.25069.2 -> To Version 10.0.100-preview.2.25080.2 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.ILLink.Tasks From Version 10.0.0-alpha.1.25067.10 -> To Version 10.0.0-preview.2.25078.10 (parent: Microsoft.NET.Sdk
Microsoft.NET.Sdk From Version 10.0.100-alpha.1.25069.2 -> To Version 10.0.100-preview.2.25080.3
Errors D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(39,32): error CA1416: This call site is reachable on all platforms. 'Instrumentation.Context' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(70,4): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(73,4): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(67,4): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(64,4): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(76,4): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(104,5): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(94,6): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(110,5): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestInstrumentation.cs(117,5): error CA1416: This call site is reachable on all platforms. 'Log.Info(string?, string)' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestRunner.cs(43,35): error CA1416: This call site is reachable on all platforms. 'Context.PackageName' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj] D:\src\xamarin-android\tests\TestRunner.NUnit\NUnitTestRunner.cs(43,35): error CA1416: This call site is reachable on all platforms. 'Application.Context' is only supported on: 'Android' 21.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\src\xamarin-android\tests\TestRunner.NUnit\TestRunner.NUnit.NET.csproj]
Microsoft.NET.Sdk From Version 10.0.100-alpha.1.25069.2 -> To Version 10.0.100-preview.2.25081.9 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.ILLink.Tasks,Microsoft.DotNet.Cecil From Version 10.0.0-alpha.1.25067.10 -> To Version 10.0.0-preview.2.25080.11 (parent: Microsoft.NET.Sdk
Microsoft.NET.Sdk From Version 10.0.100-alpha.1.25069.2 -> To Version 10.0.100-preview.2.25102.3 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.ILLink.Tasks From Version 10.0.0-alpha.1.25067.10 -> To Version 10.0.0-preview.2.25101.4 (parent: Microsoft.NET.Sdk
jonathanpeppers
approved these changes
Feb 3, 2025
grendello
added a commit
that referenced
this pull request
Feb 3, 2025
* main: [NativeAOT] Add support for `Application` subclasses (#9716) Bump to dotnet/sdk@d6bc7918c0 10.0.100-preview.2.25102.3 (#9726) [xa-prep-tasks] fix build errors for long `darc-` branch names (#9740)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/sdk