csharp
public record class TemplateFileOne file a template writes.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public string PathWhere it goes, relative to the project directory, with / separators.
public byte[] ContentWhat goes in it.
Methods (1)
public TemplateFile(string Path, byte[] Content)One file a template writes.
Used by (4)
- ProjectScaffoldVixen.Editor.Core
- ProjectTemplateVixen.Editor.Core
- TemplateCompilerVixen.Templates.Tests
- TemplateTestsVixen.Templates.Tests