-
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
Update Arcade and require .NET 6 Preview 7 SDK #55681
Conversation
…803.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21379.2 -> To Version 6.0.0-beta.21403.5
…806.6 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21379.2 -> To Version 6.0.0-beta.21406.6
…810.8 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21379.2 -> To Version 6.0.0-beta.21410.8
…812.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21379.2 -> To Version 6.0.0-beta.21412.1
…813.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21379.2 -> To Version 6.0.0-beta.21413.4
Do we know why they are pushing such new versions of the SDK? |
I have not asked. I assumed it was to get RC as much validation as possible before it gets released. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Arcade moved to the RC1 SDK to help alleviate NuGet feed instability that dotnet/aspnetcore and dotnet/runtime were hitting at extremely high frequency. |
The test CsiScript_WithSourceCodeRedirectedViaStandardInput_ExecutesNonInteractively is failing when targeting net5.0 (but not when targeting net472).
@dotnet/roslyn-compiler could I get some assistance tracking down this issue? It is easy to repro locally by just checking out this branch. I haven't found anything obvious after a cursory investigation, but I'm very unfamiliar with this bit. Feel free to push to the branch. If the test failure is not important, let me know and I can disable it. |
163cb5a
to
17683dc
Compare
src/CodeStyle/VisualBasic/CodeFixes/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj
Show resolved
Hide resolved
src/CodeStyle/VisualBasic/Tests/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests.vbproj
Show resolved
Hide resolved
src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpWinForms.cs
Outdated
Show resolved
Hide resolved
src/VisualStudio/IntegrationTest/TestUtilities/WellKnownProjectTemplates.cs
Outdated
Show resolved
Hide resolved
The Linux_Single machine tests have passed. Merging this in since we haven't seen issues in the MacOS leg during previous runs and this unblocks CI. |
Update Arcade and require .NET 6 Preview 7 SDK
Arcade is currently pushing early builds of .NET 6 RC which would be difficult to require contributors to install in order to develop against Roslyn. This moves us to the latest published Preview version and brings in recent Arcacde changes.