Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ paths-ignore:
- '*.Designer.cs'
# Ignore all files with the .generated.cs extension (generated code)
- '*.generated.cs'
# Ignore Xuint Auto generated entry point (generated code)
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in comment: "Xuint" should be "Xunit" (and consider standardizing wording like "auto-generated" for consistency).

Suggested change
# Ignore Xuint Auto generated entry point (generated code)
# Ignore Xunit auto-generated entry point (generated code)

Copilot uses AI. Check for mistakes.
- 'XunitAutoGeneratedEntryPoint.cs'
Loading