-
Notifications
You must be signed in to change notification settings - Fork 14
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
[BUG] Dowload .NET Runtime always failed #138
Comments
global proxy fixed my problem... |
I add two more config items to solve the problem "dotnetAcquisitionExtension.existingDotnetPath": [
{
"extensionId": "ms-dotnettools.csdevkit",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
},
{
"extensionId": "ms-dotnettools.vscodeintellicode-csharp",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
},
{
"extensionId": "ms-dotnettools.csharp",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
},
{
"extensionId": "ms-dotnettools.vscode-dotnet-runtime",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
}
] |
you can use clash's TUN mode to solve that. But Microsoft should change this link to a gfw-unbanned address.... |
Thanks, I cannot even find this in official doc. |
谢谢兄弟,解决了,官方的那个参数才一个 |
I'm sorry you're having this bad experience with the runtime extension, this is an issue with the install scripts CDN. AzureFeed 'dotnetcli.azureedge.net/dotnet' in dotnet-install script was too slow in China · Issue #7239 · dotnet/core (github.com) This is technically a duplicate of this issue so it's being tracked here, our current CDN has issues in China and we are thinking of switching |
I would be willing to re open the issue. It would help us sell the change to a new CDN if we had the information to prove China is experiencing CDN issues. I know it's asking a lot but can you help provide us with more information without a proxy so we can get change needed from our networking partners to resolve this? If you don't want to disclose this information publicly, let us know and we can receive it in a private forum. @YUTOM233 @pty819 @jamesfancy @PostCyberPunk Instructions: (Provide the following) Public IP (visit https://ipinfo.io/) Below are the steps for collecting HAR/MTR HAR file : MTR: (Taken from @timheuer ) |
I cannot visit google.com since a well known reason. My IP is dynamical, current it's I haven't meet the issue again since I changed the configuration. Here are information: MTR for dotnetcli.azureedge.net
I cannot open http://wpc.2dcc.edgecastcdn.net/002DCC/n2/, MTR for wpc.2dcc.edgecastcdn.net
attached attached |
@jamesfancy Thank you so much, this is extremely useful information. 😄 We will use this to evaluate a new cost-center and server to host our content so users in China can have a better experience. I really appreciate your help as I know that was a lot of work to collect! |
Update, Verizon basically used your info to confirm their servers dont work well in China or India, and then told us they wont be fixing that problem. (Verizon is the host of the CDN that delivers the .NET install files.) So, we are investing in changing to use our own infrastructure. |
This issue has been marked as stale after 14 days of inactivity.@[@@], could you please take a look? |
We believe this issue has been fixed, if you still encounter it, please let us know. |
Describe the Issue
[.NET Runtime] output
I have installed newest .NET SDK & Runtime which versions are 7.0.304 & 7.0.7。I have also set
existingDotnetPath
。I don't know why it try to download yet. And the downloading always failed.
Steps To Reproduce
Just use Code to open a dotnet project directory.
Expected Behavior
No response
Environment Information
The text was updated successfully, but these errors were encountered: