1 write to _templateInfo
Microsoft.TemplateEngine.Cli (1)
CliTemplateInfo.cs (1)
24
_templateInfo
= templateInfo ?? throw new ArgumentNullException(nameof(templateInfo));
26 references to _templateInfo
Microsoft.TemplateEngine.Cli (26)
CliTemplateInfo.cs (26)
28
public string? Author =>
_templateInfo
.Author;
30
public string? Description =>
_templateInfo
.Description;
32
public IReadOnlyList<string> Classifications =>
_templateInfo
.Classifications;
34
public string? DefaultName =>
_templateInfo
.DefaultName;
36
public string Identity =>
_templateInfo
.Identity;
38
public Guid GeneratorId =>
_templateInfo
.GeneratorId;
40
public string? GroupIdentity =>
_templateInfo
.GroupIdentity;
42
public int Precedence =>
_templateInfo
.Precedence;
44
public string Name =>
_templateInfo
.Name;
47
public string ShortName =>
_templateInfo
.ShortName;
50
public IReadOnlyDictionary<string, ICacheTag> Tags =>
_templateInfo
.Tags;
52
public IReadOnlyDictionary<string, string> TagsCollection =>
_templateInfo
.TagsCollection;
55
public IReadOnlyDictionary<string, ICacheParameter> CacheParameters =>
_templateInfo
.CacheParameters;
57
public IParameterDefinitionSet ParameterDefinitions =>
_templateInfo
.ParameterDefinitions;
62
public string MountPointUri =>
_templateInfo
.MountPointUri;
64
public string ConfigPlace =>
_templateInfo
.ConfigPlace;
66
public string? LocaleConfigPlace =>
_templateInfo
.LocaleConfigPlace;
68
public string? HostConfigPlace =>
_templateInfo
.HostConfigPlace;
70
public string? ThirdPartyNotices =>
_templateInfo
.ThirdPartyNotices;
72
public bool PreferDefaultName =>
_templateInfo
.PreferDefaultName;
74
public IReadOnlyDictionary<string, IBaselineInfo> BaselineInfo =>
_templateInfo
.BaselineInfo;
77
public bool HasScriptRunningPostActions { get =>
_templateInfo
.HasScriptRunningPostActions; set =>
_templateInfo
.HasScriptRunningPostActions = value; }
79
public IReadOnlyList<string> ShortNameList =>
_templateInfo
.ShortNameList;
81
public IReadOnlyList<Guid> PostActions =>
_templateInfo
.PostActions;
83
public IReadOnlyList<TemplateConstraintInfo> Constraints =>
_templateInfo
.Constraints;