-
Notifications
You must be signed in to change notification settings - Fork 4.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
[release/dev17.6] Update dependencies from dotnet/arcade #73864
[release/dev17.6] Update dependencies from dotnet/arcade #73864
Conversation
…520.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.24270.4
src/Compilers/Core/CodeAnalysisTest/Collections/ImmutableSegmentedListBuilderTest.cs
Outdated
Show resolved
Hide resolved
src/Compilers/Core/CodeAnalysisTest/Collections/ImmutableSegmentedListTest.cs
Outdated
Show resolved
Hide resolved
@@ -32,7 +32,6 @@ | |||
<PackageReference Include="Nerdbank.Streams" Version="$(NerdbankStreamsVersion)" /> | |||
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="$(SystemThreadingTasksDataflowVersion)" /> | |||
<PackageReference Include="System.Buffers" Version="$(SystemBuffersVersion)" /> | |||
<PackageReference Include="xunit.assert" Version="$(xunitassertVersion)" /> |
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.
Backport removing xunit.assert from #68573
@@ -61,7 +61,6 @@ | |||
<PackageReference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime" Version="$(MicrosoftVisualStudioImagingInterop140DesignTimeVersion)" /> | |||
<PackageReference Include="NuGet.SolutionRestoreManager.Interop" Version="$(NuGetSolutionRestoreManagerInteropVersion)" /> | |||
<PackageReference Include="UIAComWrapper" Version="$(UIAComWrapperVersion)" /> | |||
<PackageReference Include="xunit.assert" Version="$(xunitassertVersion)" /> |
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.
Backport removing xunit.assert from #68573
@@ -119,7 +119,9 @@ public void WriteTo(ObjectWriter writer) | |||
public void WriteTo(Span<byte> span) | |||
{ | |||
Contract.ThrowIfFalse(span.Length >= HashSize); | |||
#pragma warning disable CS9191 // The 'ref' modifier for an argument corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead. |
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.
Backport pragma disable from #70248
@@ -7,7 +7,6 @@ | |||
</PropertyGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="xunit.analyzers" Version="$(xunitanalyzersVersion)" IsImplicitlyDefined="true" PrivateAssets="all" /> |
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.
Backport XUnit.targets change from #68573
/azp run |
…se/dev17.6-f1969d28-bf05-4aad-988c-dc5bd3651ad8
The EndToEnd OverflowOnFluentCall test is fixed in #67913, but would be a significant change to backport.
<>F{00000001}`2[System.Int32,(fnptr)[]] | ||
<>A{00000001}`1[(fnptr)[]] | ||
"); | ||
CompileAndVerify(comp, expectedOutput: ExecutionConditionUtil.IsCoreClr |
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.
Backport test fixes from #68212
@@ -2479,7 +2479,7 @@ static void Main() | |||
Console.WriteLine(t.ToString()); | |||
} | |||
} | |||
", expectedOutput: "System.IntPtr"); | |||
", expectedOutput: ExecutionConditionUtil.IsCoreClr ? "System.Void()" : "System.IntPtr"); |
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.
Backport test fixes from #68212
@@ -6,6 +6,10 @@ | |||
https://devdiv.pkgs.visualstudio.com/_packaging/Engineering/nuget/v3/index.json; | |||
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json; | |||
</RestoreSources> | |||
<RestoreSources> |
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.
Backport RestoreSource from #73532
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.
It doesn't look like there's any meaningful change - only whitespace removed. I'm fine with that, but wondering if that is intentional?
EDIT: I guess that's because the target branch changed in #73950.
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.
That's right. We both had the same change but differing whitespace.
With Arcade updated we could move the 17.6 official build to 1ES PT which would get us past the current build blockers of unnecessary build parameters and missing variables. (See run) |
…5-4aad-988c-dc5bd3651ad8
@@ -6,6 +6,10 @@ | |||
https://devdiv.pkgs.visualstudio.com/_packaging/Engineering/nuget/v3/index.json; | |||
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json; | |||
</RestoreSources> | |||
<RestoreSources> |
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.
It doesn't look like there's any meaningful change - only whitespace removed. I'm fine with that, but wondering if that is intentional?
EDIT: I guess that's because the target branch changed in #73950.
This pull request updates the following dependencies
From https://github.com/dotnet/arcade