We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6e952 commit b60438eCopy full SHA for b60438e
.github/instructions/dsc-community-style-guidelines-class-resource.instructions.md
@@ -17,7 +17,7 @@ applyTo: "source/[cC]lasses/**/*.ps1"
17
## Required constructor
18
19
```powershell
20
-MyResourceName () : base ()
+MyResourceName () : base ($PSScriptRoot)
21
{
22
# Property names where state cannot be enforced, e.g. IsSingleInstance, Force
23
$this.ExcludeDscProperties = @()
0 commit comments