We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d9687 + 9e16a22 commit 8dd0fd3Copy full SHA for 8dd0fd3
src/fsdocs-tool/BuildCommand.fs
@@ -185,7 +185,7 @@ type internal DocContent
185
186
if name.StartsWith('.') then
187
printfn "skipping file %s" inputFileFullPath
188
- elif not (name.StartsWith "_template") then
+ elif not (name.StartsWith("_template", StringComparison.Ordinal)) then
189
let isFsx = inputFileFullPath.EndsWith(".fsx", StringComparison.OrdinalIgnoreCase)
190
191
let isMd = inputFileFullPath.EndsWith(".md", StringComparison.OrdinalIgnoreCase)
0 commit comments