Skip to content

Commit 8908857

Browse files
authored
Update compiled-languages-csharp.md
1 parent 87c167a commit 8908857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting/codeql-builds/compiled-languages-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ For `Error ASPCONFIG: Could not load type 'X.Y.Z'`, ensure that you do not have
176176

177177
To avoid building and scanning any view engine generated code in your project (potential false negatives in the scan as view engine code may not be evaluated for vulnerabilities) and to workaround the requirement that MvcBuildViews is automatically injected.
178178

179-
- Utilize `build-mode: none` - this will not invoke the build targets. See [comparison] (https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes).
179+
- Utilize `build-mode: none` - this will not invoke the build targets. See [comparison](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes).
180180

181181
- If using `manual` or `autobuild` with GitHub Actions, plug in this step before `CodeQL-Init`: https://github.com/felickz/codeql-tracer-netframework?tab=readme-ov-file#codeql-tracer-netframework
182182

0 commit comments

Comments
 (0)