SdkResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstract interface for classes that can resolve a Software Development Kit (SDK).
public ref class SdkResolver abstract
public abstract class SdkResolver
type SdkResolver = class
Public MustInherit Class SdkResolver
- Inheritance
-
SdkResolver
Constructors
| Name | Description |
|---|---|
| SdkResolver() | |
Properties
| Name | Description |
|---|---|
| Name |
Gets the name of the SdkResolver to be displayed in build output log. |
| Priority |
Gets the self-described resolution priority order. MSBuild will sort resolvers by this value. |
Methods
| Name | Description |
|---|---|
| Register(SdkResolver) |
Registers an SdkResolver to be consulted during SDK resolution by a host that runs the MSBuild engine in-process (for example the .NET SDK CLI), without MSBuild discovering and loading it from disk by reflection. |
| Resolve(SdkReference, SdkResolverContext, SdkResultFactory) |
Resolves the specified SDK reference. |