SDK Resolver: Allow versioned references to on-disk SDKs
Open
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.