-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #35863
[main] Update dependencies from dotnet/arcade #35863
Conversation
…004.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23504.4 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
@mmitche, are you the right person to ping to look at dependency flow issues from dotnet/arcade? This one seems to be complaining about a package downgrade error: |
…006.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23506.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
Will be fixed with dotnet/arcade#14088 |
…006.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23506.2 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
The remaining failures are now due to the xunit.analyzers update. |
…006.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23506.2 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
…006.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23506.2 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
…008.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23508.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
I fixed a couple of failures. The remaining ones require three changes:
|
…fd67f58-d02c-4a3e-8fb3-681d9c4f7ddd
@ViktorHofer @marcpopMSFT It still looks like failure. Can you take a look? |
…010.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23510.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
@@ -36,7 +36,7 @@ public async ValueTask TryHandleFileAction_WritesUpdateCssMessage() | |||
} | |||
|
|||
[Fact] | |||
public async ValueTask TryHandleFileAction_CausesBrowserRefreshForNonCssFile() | |||
public async Task TryHandleFileAction_CausesBrowserRefreshForNonCssFile() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two tests never ran before because they returned ValueTaks which xunit doesn't support. They are failing because L16 and L42 pass a sealed type to Moq, which isn't supported (and the passed in ctor arguments don't seem to match either). Any opinions on what to do with those two tests? Delete them, comment them out or try to fix them?
They were added with 6eb4528
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If they never ran before I would say delete them and log an issue pointing to the commit of the deletion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a templating f# test that's looking for an unreleased runtime. Did we get flow from templating that had that change or an update to an f# package? That'll resolve later today but concerning as it could happen every month. @baronfel There's a watch test failing because of a missing Xunit.Combinatorial assembly. We're on 1.3.2 but is the watch assembly still on 1.3.0? @tmat |
Pinging @KevinRansom and @vzarytovskii for the F# failure |
@marcpopMSFT , this is the mvc F# project looking for razor, it has nothing to do with us, just the F# mvc template might need tweaking. |
@wtgodbe @danmoseley Do we need a change in the mvc templates here? Should we disable the test for now and reenable later or merge this with the aspnet codeflow (I've been hesitant to do that as it increases the size of the change and number of things that'll need to be fixed) |
pasting failure
|
the version it wants is present on nuget.org. should it be being mirrored (in dotnet7 feed?) |
It should be mirrored to |
Oh, just need to re-run - the original run was before the packages got pushed to nuget & mirrored to |
ok rerunning |
The watch test failure information shows as follows:
@tmat Could you take a look at the failures here? |
…010.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23510.4 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23509.1 (parent: Microsoft.DotNet.Arcade.Sdk
Here's a crazy theory. There was one test file in dotnet-watch.Tests.csproj that had two tests with wrong return values |
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