Skip to content

Releases: dotnet/vscode-dotnet-runtime

Runtime-v2.2.1

22 Oct 23:05
a2e6a5c
Compare
Choose a tag to compare

New Release

Version 2.2.1 primarily introduces an architecture lookup in the findPath API.
The last tag was quite a while ago. so I've included details in all of the releases since the last tag (2.0.7)
See https://marketplace.visualstudio.com/items/ms-dotnettools.vscode-dotnet-runtime/changelog for better details.

What's Changed Over the Past Releases

2.0.8 branding by @nagilson in #1851

2.0.9 branding by @nagilson in #1852

2.1.0 Branding by @nagilson in #1883

2.1.1 branding - Hot fix for installation record tracking by @nagilson in #1888

2.1.2 branding by @nagilson in #1893

2.1.4 branding by @nagilson in #1928

2.1.5 branding by @nagilson in #1929

2.1.6 branding by @nagilson in #1931

2.2.0 branding by @nagilson in #1971

2.2.1 Branding & Dependencies by @nagilson in #1983

New Contributors

Full Changelog: Runtime-v2.0.7...Runtime-v2.2.1

.NET Install Tool v2.0.7

25 Jun 20:15
3659364
Compare
Choose a tag to compare

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.

.NET Install Tool v2.0.6

10 Jun 23:01
79b9139
Compare
Choose a tag to compare

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.

.NET Install Tool v2.0.1

26 Jan 00:55
2c4ca30
Compare
Choose a tag to compare

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.

Runtime Extension v1.7.0

15 Aug 18:32
741314b
Compare
Choose a tag to compare

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