Definition at line 72 of file LicenseRegion.cs.
◆ WithCommentTemplate< T >()
| LicenseRegion Nuke.Cola.LicenseRegion.WithCommentTemplate< T > |
( |
T | template | ) |
|
- Type Constraints
-
| T | : | ILicenseCommentTemplate | |
Definition at line 80 of file LicenseRegion.cs.
◆ DefaultCommentTemplates
Initial value:= new()
{
[typeof(CppLicenseCommentTemplate)] = new CppLicenseCommentTemplate(),
[typeof(CSharpLicenseCommentTemplate)] = new CSharpLicenseCommentTemplate(),
}
Definition at line 74 of file LicenseRegion.cs.
◆ AllowDirectory
| Func<AbsolutePath, bool>? Nuke.Cola.LicenseRegion.AllowDirectory |
|
getset |
◆ AllowDotDirectories
| bool Nuke.Cola.LicenseRegion.AllowDotDirectories = false |
|
getset |
◆ AllowDotFiles
| bool Nuke.Cola.LicenseRegion.AllowDotFiles = false |
|
getset |
◆ AllowFile
| Func<AbsolutePath, bool>? Nuke.Cola.LicenseRegion.AllowFile |
|
getset |
◆ LicenseRegionFile
| string Nuke.Cola.LicenseRegion.LicenseRegionFile = "*LicenseRegion*" |
|
getset |
◆ Templates
The documentation for this class was generated from the following file: