-
Notifications
You must be signed in to change notification settings - Fork 400
[main] Update dependencies from dotnet/arcade #2228
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
[main] Update dependencies from dotnet/arcade #2228
Conversation
…616.6 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23316.6 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22518-02 -> To Version 8.0.0-beta.23314.2 (parent: Microsoft.DotNet.Arcade.Sdk
…622.2 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23322.2 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22518-02 -> To Version 8.0.0-beta.23314.2 (parent: Microsoft.DotNet.Arcade.Sdk
…630.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23330.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22518-02 -> To Version 8.0.0-beta.23328.1 (parent: Microsoft.DotNet.Arcade.Sdk
…710.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23360.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22518-02 -> To Version 8.0.0-beta.23358.1 (parent: Microsoft.DotNet.Arcade.Sdk
…713.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23363.3 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22518-02 -> To Version 8.0.0-beta.23361.2 (parent: Microsoft.DotNet.Arcade.Sdk
…901.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23451.1
…913.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23463.1
…913.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23463.1
…913.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23463.1
…008.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 9.0.0-beta.23508.1
…010.4 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 9.0.0-beta.23510.4
…018.2 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 9.0.0-beta.23518.2
…027.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 9.0.0-beta.23527.3
…028.2 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 9.0.0-beta.23528.2
…028.2 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23052.2 -> To Version 9.0.0-beta.23528.2
|
@MichalStrehovsky can you please with diagnosting this test failure:
See command-line-api/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj Line 18 in d12a6ff
|
Direct I think the fix is just to delete the |
Thanks, will give that a try. As @GrabYourPitchforks is out, any idea what do about the binary serialization API call?
I see that this calls the public API Here's the call:
|
I would suppress the warning and file an issue in the runtime repo (linking to the issue from the suppression). It doesn't look like the netstandard 2.0 angle was considered when marking the whole |
Or thinking more about it, is this multitargeting? Or why there is a warning if this is netstandard? Thinking about this, I would not expect this to be obsoleted in netstandard. If it's multitargeted, we could |
Yeah, I was thinking the same and sent a commit doing exactly that. |
@MichalStrehovsky new one:
Unsure how this worked before with the .NET 7 Preview 3 nuget package. |
We probably just didn't have the blocking in place in Preview 3. OSX was buggy in .NET 7 so we didn't ship it as a supported thing. Can we make the test not run on OSX? (And once repo updates to .NET 8 revert that, because we fixed it up early in .NET 8.) |
@mthalman @MichaelSimons can you please help diagnose this prebuilt:
|
System.CommandLine.NamingConventionBinder package isn't planned for a GA release. It was provided for backwards compatibility but removing it from the build would be fine. |
Interesting. We already solved that build issue so it probably makes sense to keep it in here and open an issue to discuss its eventual removal if that's OK with you? |
I don't have permission to push the fix to this branch. This should be applied to eng/SourceBuildPrebuiltBaseline.xml: <!-- Picks this up from the SDK. This is allowed for the repo build and won't be an issue with full VMR
build because it will be retrieved from the N-1 artifacts. -->
<UsagePattern IdentityGlob="Microsoft.NET.ILLink.Tasks/8.*" /> |
That's fine. I suggested it in case it helps unblock the PR. |
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/arcade