1 implementation of ProvideConstraintRemedySuggestion
dotnet (1)
Commands\New\SdkInfoProvider.cs (1)
64
public string
ProvideConstraintRemedySuggestion
(IReadOnlyList<string> supportedVersions,
1 reference to ProvideConstraintRemedySuggestion
Microsoft.TemplateEngine.Edge (1)
Constraints\SdkVersionConstraintFactory.cs (1)
114
return (currentSdkVersion, versions, providers[0].
ProvideConstraintRemedySuggestion
);