-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[main] Update dependencies from dotnet/arcade #27228
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 #27228
Conversation
|
@dotnet/domestic-cat this updates the sdk from preview 5 to preview 7 and appears to break the build. Probably needs a source file update. |
|
@jkoritzinsky @Youssef1313 @mavasani @jmarolf We are getting this error when building the dotnet/sdk repo with a preview 7 SDK:
Based on dotnet/runtime#63714, it seems like this should only be generated if we opt in with DisableRuntimeMarshallingAttribute, which I don't believe we are doing. Can you investigate and help us get this building correctly with the new SDK? |
|
That's a bug in the analyzer. I just put out a PR with a fix to dotnet/roslyn-analyzers#6124. Best option might be to manually disable the warning in source until the fix is available. |
|
@dotnet/templating-engine-maintainers there are a bunch of test failures in the template engine legs. Mind taking a look? |
|
Same as #27286 (comment) |
|
@javiercn could you fix this one up as well? |
…816.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22416.5 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22415.3 (parent: Microsoft.DotNet.Arcade.Sdk
…817.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22417.2 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22415.3 (parent: Microsoft.DotNet.Arcade.Sdk
…818.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22418.4 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22415.3 (parent: Microsoft.DotNet.Arcade.Sdk
…819.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22419.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22418.2 (parent: Microsoft.DotNet.Arcade.Sdk
…823.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22423.2 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22420.1 (parent: Microsoft.DotNet.Arcade.Sdk
…824.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22424.3 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22420.1 (parent: Microsoft.DotNet.Arcade.Sdk
…825.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22425.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22424.2 (parent: Microsoft.DotNet.Arcade.Sdk
3846a2c to
3ac2197
Compare
|
@wtgodbe I did my part, but there are other issues in the PR |
3ac2197 to
cf986aa
Compare
…826.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22426.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22424.2 (parent: Microsoft.DotNet.Arcade.Sdk
|
@dotnet/domestic-cat some new compiler errors have been introduced. Could you please fix? This also will unblock ingesting runtime. |
…826.8 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22426.8 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22409.1 -> To Version 1.0.0-beta.22425.1 (parent: Microsoft.DotNet.Arcade.Sdk
|
I pushed changes to suppress the warnings. I think that's fine because if there are nulls, there'll be a NRE and the test will fail anyway. I still get one error locally: |
|
|
failed to upload konwn issue. rerunning failed |
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