vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code

MIT License

Stars
137
Committers
17

Bot releases are hidden (Show)

vscode-dotnet-runtime - .NET Install Tool v2.0.7 Latest Release

Published by nagilson 4 months ago

Adds support for ASP.NET Core Runtime installation via the acquire API.

Smaller bug fixes for error handling and reporting. Updated dependencies and added additional notices to our main page.

vscode-dotnet-runtime - .NET Install Tool v2.0.6

Published by nagilson 4 months ago

Keeps track of which extensions manage which installs to allow for better cleanup of old runtimes and sdks.

Fixes a bug with uninstall management where all .net installs would be removed if one install was corrupted.

Fixes other book keeping code regarding .NET runtime and sdk installs. Improves storage mechanism to allow installing other types of runtimes in the future (aspnet, etc).

Adds reportable SBOMs.

Upgrades Axios Cache Interceptor with a patch for n[r].split errors.

Improves error reporting.

Improves Distro Json Schema file.

Fixes an issue running SDK installs with a non-english display language.

vscode-dotnet-runtime - .NET Install Tool v2.0.1

Published by nagilson 9 months ago

Fixes several key bugs with installing .NET:

  • Ubuntu Global SDK Installs would fail for the first time on 18.04.
  • The extension would print ... forever after installation failure for certain errors.
  • The extension would fail to read Ubuntu directories properly for the first time if PMC was installed in certain scenarios.
  • GitHub Forms is now added.
  • Corrects behavior on our unknown Ubuntu Versions by estimating the correct behavior for known versions.
  • Improve timeout error handling
  • Catch bug in the caching library we use to prevent it from failing to cache
  • Remove bug where status bar would stay red when cancelling install
  • Fix bug where Linux would not update .NET SDKs properly when it could update instead of install
  • Detect when a user cancels the installation in the password prompt or windows installer so we can remove the error failure message
  • Adds more logging to the extension to improve diagnostics and speed to resolve github issues
  • Improve installation management, so that the extension is aware that installs it manages can be deleted by external sources, to prevent it from thinking something is installed when it is no longer installed.
  • Fix an issue where the uninstall command would think it could uninstall a global SDK. This is not the case.
  • Improve detection logic for existing Ubuntu and RHEL installations of linux to prevent installing when it is not needed
  • Several other key issues.
vscode-dotnet-runtime - Runtime Extension v1.7.0

Published by baronfel about 1 year ago

This is a small release with a targeted set of fixes derived from user reports in the past week or so.

Added

  • A new error type for when the user tries to install via the Powershell install script on a system where powershell cannot be found #1212
  • A new error type for when an install was requested but already exists locally #1212

Fixed

  • Reenable logging from this extension #1122

Changed

  • The default timeout for downloading an Runtime archive was changed to 300 seconds from 120 seconds #1212. If you need longer download times, see the timeout documentation for more details.
  • The error message and pop-up for timeouts were improved to direct users how to extend the timeout #1212