-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[main] Source code updates from dotnet/dotnet #119923
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
Conversation
[[ commit created by automation ]]
Updated Dependencies: Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.CSharp, Microsoft.Net.Compilers.Toolset (Version 5.0.0-2.25468.102 -> 5.0.0-2.25469.103) Microsoft.CodeAnalysis.NetAnalyzers, Microsoft.DotNet.ApiCompat.Task, Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport (Version 10.0.100-rc.2.25468.102 -> 10.0.100-rc.2.25469.103) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Feed, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Packaging, Microsoft.DotNet.Build.Tasks.TargetFramework, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Build.Tasks.Workloads, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.PackageTesting, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk, Microsoft.DotNet.XliffTasks, Microsoft.DotNet.XUnitExtensions (Version 11.0.0-beta.25468.102 -> 11.0.0-beta.25469.103) Microsoft.DotNet.Cecil (Version 0.11.5-alpha.25468.102 -> 0.11.5-alpha.25469.103) Microsoft.DotNet.XUnitAssert, Microsoft.DotNet.XUnitConsoleRunner (Version 2.9.3-beta.25468.102 -> 2.9.3-beta.25469.103) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, runtime.native.System.IO.Ports, System.Reflection.Metadata, System.Reflection.MetadataLoadContext, System.Text.Json (Version 10.0.0-rc.1.25468.102 -> 10.0.0-rc.1.25469.103) NuGet.Frameworks, NuGet.Packaging, NuGet.ProjectModel, NuGet.Versioning (Version 7.0.0-preview.1.46902 -> 7.0.0-preview.1.47003) System.CommandLine (Version 2.0.0-rc.1.25468.102 -> 2.0.0-rc.1.25469.103)
Important The source repository has received code changes from an opposite flow. Any additional codeflows into this PR may potentially result in lost changes.
In case of unclarities, consult the FAQ or tag @dotnet/product-construction for assistance. |
There's a lot of WASM timeouts here, with only 8.4% of tests passing @dotnet/wasm-eng |
|
Looks like the SDK for WBT that flown in with this PR is referencing non-existent package version |
cc @ericstj |
Sorry @lewing I don't know too much about these tests other than they break a lot because they are trying to mix/match bits from the SDK to apply templates. It does look like the PR description agrees with your findings, so you might have a look at the build that is being updated here to see if it published those packages and to which feed. I wonder if those are on the dotnet11 feeds and the tests aren't using those? |
This comment was marked as resolved.
This comment was marked as resolved.
Does this PR taking a while to get merged make dotnet-maestro think our repo is up to date now? Or does the next code flow just take a while before it's triggered? Wondering whether I need to manually trigger codeflow somehow so that #120074 can build (it needs the latest code from dotnet/arcade, which wasn't in this codeflow) I read through the relevant docs I could find and grepped to try and find our codeflow configuration (couldn't find it) so I'm not sure how this works. |
Note
This is a codeflow update. It may contain both source code changes from the VMR as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Updated Dependencies
Associated changes in source repos