vscode-dotnet-runtime/vscode-dotnet-runtime-library
Noah Gilson c86868ff55
Consider Runtime Patch Versions in PATH API (#2008)
* Consider Runtime Patch Versions in PATH API

The C# extension will now fail if the runtime is not 8.0.10 or higher on mac so we need to support patch version lookup.

Sadly we cannot migrate to semver because semver rejects strings such as 8.0 which are allowable in many parts of our code and APIs.

This also adds code for SDK lookup but no test since that's harder to test, like remarked in the code.

* Fix test

* Fix the version logic to not only parse major.minor version

We now parse all of the version, dont need to do this logic.
2024-11-05 22:42:31 +00:00
..
.vscode
distro-data
install scripts
src
.npmrc
package-lock.json
package.json
tsconfig.json
yarn.lock