Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
9.9k
Code
Issues
996
Pull requests
443
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
csharp
ql
src
Telemetry
on
codeql-cli/v2.26.1
User selector
All users
All time
Commit history
Commits on Jun 12, 2026
C#: Exclude function pointer calls for the DB isNotOk missing target.
michaelnebel
committed
01b463f
View commit details
Copy full SHA for 01b463f
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
C#: Deprecate get[L|R]Value predicates.
michaelnebel
committed
9c095bc
View commit details
Copy full SHA for 9c095bc
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
C#: Address review comments.
michaelnebel
committed
827ea4c
View commit details
Copy full SHA for 827ea4c
View code at this point
Browse repository at this point
C#: Include metrics in the database quality diagnostics.
michaelnebel
committed
6c9a75e
View commit details
Copy full SHA for 6c9a75e
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
C#: Fix some Ql4Ql violations.
michaelnebel
committed
7491352
View commit details
Copy full SHA for 7491352
View code at this point
Browse repository at this point
Commits on Feb 6, 2025
Rust: Implement database quality telemetry query
hvitved
committed
89502d6
View commit details
Copy full SHA for 89502d6
View code at this point
Browse repository at this point
Commits on Dec 17, 2024
C#: Move external api declarations to the library pack.
michaelnebel
committed
a91c1dc
View commit details
Copy full SHA for a91c1dc
View code at this point
Browse repository at this point
Commits on Nov 29, 2024
Exclude property call with object initializer r-value from DB quality query
tamasvajk
committed
11dedbe
View commit details
Copy full SHA for 11dedbe
View code at this point
Browse repository at this point
Exclude type parameter instantiations from DB quality query
tamasvajk
committed
b3896df
View commit details
Copy full SHA for b3896df
View code at this point
Browse repository at this point
C#: WIP: Fix calls with no target in DB quality query
tamasvajk
committed
5d79ed6
View commit details
Copy full SHA for 5d79ed6
View code at this point
Browse repository at this point
Commits on Nov 28, 2024
C#: Exclude more property access expressions from DB quality metric
tamasvajk
committed
072713f
View commit details
Copy full SHA for 072713f
View code at this point
Browse repository at this point
C#: Exclude `get`-only property accesses from `CallTargetStats`
tamasvajk
committed
5727fda
View commit details
Copy full SHA for 5727fda
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
C#: Add aggregated compiler and extractor message counts to extraction telemetry query
tamasvajk
committed
6827bed
View commit details
Copy full SHA for 6827bed
View code at this point
Browse repository at this point
Commits on Aug 12, 2024
C#: Remove timing values from extractor telemetry query
tamasvajk
committed
fa3b65f
View commit details
Copy full SHA for fa3b65f
View code at this point
Browse repository at this point
Commits on Aug 7, 2024
Improve code quality
tamasvajk
committed
0263cc1
View commit details
Copy full SHA for 0263cc1
View code at this point
Browse repository at this point
C#: Add diagnostic query indicating low database quality
tamasvajk
committed
139e09d
View commit details
Copy full SHA for 139e09d
View code at this point
Browse repository at this point
Commits on May 3, 2024
C#: Align telemetry implementation with Java.
michaelnebel
committed
e64a2d6
View commit details
Copy full SHA for e64a2d6
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
C#: Store buildless extraction timing information and return in telemetry query
tamasvajk
committed
1d45e3a
View commit details
Copy full SHA for 1d45e3a
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
C#: Adjust known type telemetry query
tamasvajk
committed
c11adc8
View commit details
Copy full SHA for c11adc8
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
C#: Take more sources and sinks into account when reporting in the telemetry queries.
michaelnebel
committed
e7bfd7d
View commit details
Copy full SHA for e7bfd7d
View code at this point
Browse repository at this point
Merge pull request #16121 from michaelnebel/csharp/modelgenexcludeset
Show description for 58635bd
michaelnebel
authored
58635bd
View commit details
Copy full SHA for 58635bd
View code at this point
Browse repository at this point
C#: Exclude delegate and dynamic calls from extractor telemetry
hvitved
committed
6bf05eb
View commit details
Copy full SHA for 6bf05eb
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
C#: Address review comments.
michaelnebel
committed
254c6c3
View commit details
Copy full SHA for 254c6c3
View code at this point
Browse repository at this point
C#: Update the Telemetry queries such that properties with both get and set are no longer interesting.
michaelnebel
committed
ac2769c
View commit details
Copy full SHA for ac2769c
View code at this point
Browse repository at this point
C#: Add alert provenance plumbing.
aschackmull
committed
004bda1
View commit details
Copy full SHA for 004bda1
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
C#: Reword public mentions of C# buildless
tamasvajk
committed
78912d5
View commit details
Copy full SHA for 78912d5
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
Extract total number of diagnostic per ID and compilation
tamasvajk
committed
205d6a3
View commit details
Copy full SHA for 205d6a3
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
C#: Clean up implementation and remove CIL dataflow implementation.
michaelnebel
committed
58a1353
View commit details
Copy full SHA for 58a1353
View code at this point
Browse repository at this point
Commits on Feb 5, 2024
Remove superfluous conjunct to improve code quality
tamasvajk
committed
24a7a76
View commit details
Copy full SHA for 24a7a76
View code at this point
Browse repository at this point
C#: Extract dependency restore telemetry data
tamasvajk
committed
c2c7826
View commit details
Copy full SHA for c2c7826
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
List compiler `/analyzer` arguments in `cs/telemetry/extraction-information`
tamasvajk
committed
8008152
View commit details
Copy full SHA for 8008152
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
C#: Filter results of division by 0 from cs/telemetry/extraction-information
tamasvajk
committed
055ead2
View commit details
Copy full SHA for 055ead2
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Add telemetry query for known/unknown expression kinds
tamasvajk
committed
3f843d8
View commit details
Copy full SHA for 3f843d8
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
C#: Add telemetry query to report extractor information
tamasvajk
committed
e62d542
View commit details
Copy full SHA for e62d542
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
C#: Only count calls in source code.
michaelnebel
committed
57d5d71
View commit details
Copy full SHA for 57d5d71
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.