dotnet / dotnet/msbuild

SDK Resolver: Allow versioned references to on-disk SDKs

Open
#3,619 3 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 8h
Merged PRs (30d)
141

Description

I'd like if the `DefaultSdkResolver` would be able to resolve versioned SDK references from inside `MSBuildSdksPath` in addition to versionless references.
So `FooSdk/1.2.3` could be resolved from `{MSBuildSdksPath}/FooSdk/1.2.3/Sdk`.

This would help for integration testing custom SDKs where you could generate a version that won't end up on NuGet and make sure the project used for the test resolves to the version generated for the test.

Does this seem reasonable?
If so, I'd be happy to implement it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.