You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WSL, when running "dotnet restore --interactive", no UI pops up, and restoring fails.
The only errors I get are these: /usr/lib/dotnet/sdk/9.0.103/NuGet.targets(170,5): warning : [CredentialProvider]Warning: Cannot persist Microsoft authentication token cache securely!
/usr/lib/dotnet/sdk/9.0.103/NuGet.targets(170,5): warning : [CredentialProvider]Warning: Using plain-text fallback token cache
This is related to NuGet credential providers, but the bot is going to close this and ask you to reopen at NuGet/Home.
cc @dotnet/nuget-team - one thing we need out of the credential provider system is that every warning/error message (of any kind) have a Code - without it users cannot manage/workaround the severity of the reported messages.
Thanks for creating this issue! We believe this issue is related to NuGet tooling, which is maintained by the NuGet team. Thus, we closed this one and encourage you to raise this issue in the NuGet repository instead. Don’t forget to check out NuGet’s contributing guide before submitting an issue!
If you believe this issue was closed out of error, please comment to let us know.
Describe the bug
In WSL, when running "dotnet restore --interactive", no UI pops up, and restoring fails.
The only errors I get are these:
/usr/lib/dotnet/sdk/9.0.103/NuGet.targets(170,5): warning : [CredentialProvider]Warning: Cannot persist Microsoft authentication token cache securely!
/usr/lib/dotnet/sdk/9.0.103/NuGet.targets(170,5): warning : [CredentialProvider]Warning: Using plain-text fallback token cache
To Reproduce
Further technical details
Runtime Environment:
OS Name: ubuntu
OS Version: 22.04
OS Platform: Linux
RID: ubuntu.22.04-x64
Base Path: /usr/lib/dotnet/sdk/9.0.103/
.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.2
Architecture: x64
Commit: c4e5fd73fe
.NET SDKs installed:
8.0.112 [/usr/lib/dotnet/sdk]
9.0.103 [/usr/lib/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.2 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.2 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
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: