-
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
[NETSDKE2E]With .NET 10.0.0-preview.2.25121.10, Running 'dotnet restore' failed with error MSB1025 #47089
Comments
This issue also can reproduce with .NET 10.0 Preview2 Test pass build 10.0.0-preview.2.25126.2, please priority this issue. |
We need this flow to fix this error. I think you might be able to workaround it by disabling terminal logger ( |
@baronfel currently this issue still repro on 9.0.300-preview.0.25127.19 SDK, we'll continue tracking until fix is merged into 9.0.300 branch. Thanks |
@dotnet/domestic-cat can you check if the MSBuild code flow is working for 300? |
Repro steps:
dotnet restore
Expected:
The command ran successfully
Actual result:

Command failed
Note

This issue does not repro on 10.0.100-preview.2.25124.12(runtime-10.0.0-preview.2.25121.10)
Dotnet --info
.NET SDK:
Version: 10.0.100-preview.2.25124.17
Commit: ce0a5f6
Workload version: 10.0.100-manifests.2280ad1c
MSBuild version: 17.14.0-preview-25124-03+63aefc3dc
Runtime Environment:
OS Name: ubuntu
OS Version: 24.10
OS Platform: Linux
RID: linux-arm64
Base Path: /root/mytest/sdk/10.0.100-preview.2.25124.17/
.NET workloads installed:
There are no installed workloads to display.
Configured to use workload sets when installing new manifests.
Workloads are configured to install and update using workload versions, but none were found. Run "dotnet workload restore" to install a workload version.
Host:
Version: 10.0.0-preview.2.25121.10
Architecture: arm64
Commit: 8ed081e7dd
.NET SDKs installed:
10.0.100-preview.2.25124.17 [/root/mytest/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 10.0.0-preview.2.25121.1 [/root/mytest/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 10.0.0-preview.2.25121.10 [/root/mytest/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
DOTNET_ROOT [/root/mytest]
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
The text was updated successfully, but these errors were encountered: