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
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
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
2.1k
Star
10k
Code
Issues
998
Pull requests
467
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
autobuilder
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 19, 2026
C#: Handle the places where we could risk that Path.Combine would have thrown away the first argument.
michaelnebel
committed
03b525b
View commit details
Copy full SHA for 03b525b
View code at this point
Browse repository at this point
C#: Rename PathCombine to PathJoin.
michaelnebel
committed
f7b3f85
View commit details
Copy full SHA for f7b3f85
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
Log and emit diagnostic if incorrectly named files are found
mbg
committed
1b5ed12
View commit details
Copy full SHA for 1b5ed12
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
C#: Make support for .slnx files.
michaelnebel
committed
d31a297
View commit details
Copy full SHA for d31a297
View code at this point
Browse repository at this point
C#: Add dependency Microsoft.VisualStudio.SolutionPersistence and update lock files.
michaelnebel
committed
5212e63
View commit details
Copy full SHA for 5212e63
View code at this point
Browse repository at this point
C#: Cleanup dependencies.
michaelnebel
committed
3bb12f6
View commit details
Copy full SHA for 3bb12f6
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
C#: Gracefully handle non-zero exitcodes for dotnet --info.
michaelnebel
committed
4a6ae21
View commit details
Copy full SHA for 4a6ae21
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
C#: Add proper .NET environment for dotnet info and list-sdks and streamline the minimal dotnet environment.
michaelnebel
committed
fba496f
View commit details
Copy full SHA for fba496f
View code at this point
Browse repository at this point
Commits on Jun 2, 2025
Fix user-facing casing of NuGet
Show description for 77a6a2d
martincostello
authored
77a6a2d
View commit details
Copy full SHA for 77a6a2d
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
Merge pull request #19309 from michaelnebel/csharp/fix-comments
Show description for 29be217
michaelnebel
authored
29be217
View commit details
Copy full SHA for 29be217
View code at this point
Browse repository at this point
Commits on Apr 15, 2025
C#: Adjust comments and remove compilation warnings.
michaelnebel
committed
9170993
View commit details
Copy full SHA for 9170993
View code at this point
Browse repository at this point
Merge pull request #19251 from tamasvajk/fix/macos15
Show description for de9c1fb
tamasvajk
authored
de9c1fb
View commit details
Copy full SHA for de9c1fb
View code at this point
Browse repository at this point
Commits on Apr 14, 2025
Improve code quality
tamasvajk
committed
a70536f
View commit details
Copy full SHA for a70536f
View code at this point
Browse repository at this point
Improve code quality based on PR review
tamasvajk
committed
91daca1
View commit details
Copy full SHA for 91daca1
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
Do not try running mono when it's not available on the runner
tamasvajk
committed
51388f2
View commit details
Copy full SHA for 51388f2
View code at this point
Browse repository at this point
C#: Improve auto builder logic to detect Sdk reference.
michaelnebel
committed
31143b4
View commit details
Copy full SHA for 31143b4
View code at this point
Browse repository at this point
C#: Add some more DotNet autobuilder unit tests.
michaelnebel
committed
a5aef8c
View commit details
Copy full SHA for a5aef8c
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
C#: Verify that downloaded .NET CLIs are executable
hvitved
committed
ac4f82c
View commit details
Copy full SHA for ac4f82c
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
Address review, also run semmle-util tests.
criemen
committed
526dbe5
View commit details
Copy full SHA for 526dbe5
View code at this point
Browse repository at this point
C#: Shorten test target names to make Windows happy.
criemen
committed
18560cd
View commit details
Copy full SHA for 18560cd
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
C#: Clean up dependencies Newtonsoft.Json and dont override nowarn.
michaelnebel
committed
4e079d3
View commit details
Copy full SHA for 4e079d3
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
C#: Fix compiler warnings related to errors in XML comments.
michaelnebel
committed
0fc46f5
View commit details
Copy full SHA for 0fc46f5
View code at this point
Browse repository at this point
Commits on Aug 19, 2024
C#: Add retry logic to file (nuget.exe, dotnet-install.sh) downloads
tamasvajk
committed
8b6c293
View commit details
Copy full SHA for 8b6c293
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
C#: Fix quality issues
tamasvajk
committed
199a968
View commit details
Copy full SHA for 199a968
View code at this point
Browse repository at this point
Add TSP diagnostic for binlog usage
tamasvajk
committed
4db586f
View commit details
Copy full SHA for 4db586f
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
C#: Add binlog support to buildless with source generator support
tamasvajk
committed
31ad195
View commit details
Copy full SHA for 31ad195
View code at this point
Browse repository at this point
C#: Change `string.Format` calls to interpolated strings
tamasvajk
committed
0c34b45
View commit details
Copy full SHA for 0c34b45
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
C#: Remove unneeded source folder from Bazel build scripts
tamasvajk
committed
beffc2a
View commit details
Copy full SHA for beffc2a
View code at this point
Browse repository at this point
C#: Add TSP warning if `buildless` option is used instead of `build-mode`
tamasvajk
committed
9366eb8
View commit details
Copy full SHA for 9366eb8
View code at this point
Browse repository at this point
Commits on May 30, 2024
C++: Move to new packaging rules.
criemen
committed
60b5317
View commit details
Copy full SHA for 60b5317
View code at this point
Browse repository at this point
Commits on May 27, 2024
Place the C++ autobuilder in the correct path.
criemen
committed
735bea6
View commit details
Copy full SHA for 735bea6
View code at this point
Browse repository at this point
Commits on May 23, 2024
Add standalone dependency to autobuilder, following upstream changes.
criemen
committed
303dc20
View commit details
Copy full SHA for 303dc20
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/main' into criemen/bazel-csharp
criemen
committed
576ea32
View commit details
Copy full SHA for 576ea32
View code at this point
Browse repository at this point
Commits on May 22, 2024
C#: Avoid process creation indirection in auto-builder
hvitved
committed
621de2b
View commit details
Copy full SHA for 621de2b
View code at this point
Browse repository at this point
Merge pull request #16521 from tamasvajk/impr/refactor-common-csproj-prop
Show description for c9f4685
tamasvajk
authored
c9f4685
View commit details
Copy full SHA for c9f4685
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.