Conversation
Delete unnecessary version check
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
|
/ba-g known issue #115955 |
|
/backport to release/9.0-staging |
|
/backport to release/8.0-staging |
|
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/18660585515 |
|
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/18660588581 |
| FOR /F "tokens=*" %%i IN ( | ||
| '"%vswherePath%" -latest -prerelease -products * ^ | ||
| -requires Microsoft.VisualStudio.Component.VC.Tools.%toolsSuffix% ^ | ||
| -version [16^,18^) ^ |
There was a problem hiding this comment.
@jkotas We are updating to VS2026 images in microsoft/testfx#6864 and we are seeing error messages like:
D:\a\_work\1\s\artifacts\tmp\Debug\testsuite\8J7t2\.packages\microsoft.dotnet.ilcompiler\9.0.10\build\Microsoft.NETCore.Native.Windows.targets(138,5): error : Platform linker not found. Ensure you have all the required prerequisites documented at https://aka.ms/nativeaot-prerequisites, in particular the Desktop Development for C++ workload in Visual Studio. For ARM64 development also install C++ ARM64 build tools. [D:\a\_work\1\s\artifacts\tmp\Debug\testsuite\WgXqn\MSTestSdk\MSTestSdk.csproj::TargetFramework=net9.0]
I think it is caused by this version check. Was this backported to .NET 9 successfully? Will we have a fixed Microsoft.DotNet.ILCompiler soon? (e.g, 9.0.11?)
There was a problem hiding this comment.
@MichalStrehovsky When will it be published on nuget.org and flows to SDK?
There was a problem hiding this comment.
My guess is December release. .NET 10 doesn't have the bug if upgrading the project to net10.0 is an option.
Delete unnecessary version check