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