Implemented interface member:
property
Type
Microsoft.TemplateEngine.Abstractions.Constraints.ITemplateConstraintFactory.Type
2 references to Type
dotnet (2)
Commands\New\MSBuildEvaluation\ProjectCapabilityConstraint.cs (2)
28
throw new Exception(string.Format(CliCommandStrings.ProjectCapabilityConstraintFactory_Exception_NoEvaluator,
Type
, nameof(MSBuildEvaluator)));
39
throw new Exception(string.Format(CliCommandStrings.ProjectCapabilityConstraintFactory_Exception_EvaluationFailed,
Type
, e.Message), e);