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
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
996
Pull requests
456
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
tools
on
codeql-cli/v2.16.2
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 7, 2023
C#: Allow exe and dll files for dotnet test to start with any character.
michaelnebel
committed
7ea8f88
View commit details
Copy full SHA for 7ea8f88
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
C#: Fix tracer issue with dotnet dotnet.
michaelnebel
committed
8768b9e
View commit details
Copy full SHA for 8768b9e
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
C#: Quote arguments containing whitespaces on windows in the tracer.
michaelnebel
committed
d4a1c29
View commit details
Copy full SHA for d4a1c29
View code at this point
Browse repository at this point
C#: Cleanup hotfix version of quoting.
michaelnebel
committed
8475464
View commit details
Copy full SHA for 8475464
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
C#: Poor mans quoting of arguments on windows.
michaelnebel
committed
9691100
View commit details
Copy full SHA for 9691100
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
C#: Generate source files from `.cshtml` files in standalone
tamasvajk
committed
d391246
View commit details
Copy full SHA for d391246
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
C#: Limit detection of sub-command names
mbg
committed
ac38906
View commit details
Copy full SHA for ac38906
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
C#: Address review comments.
michaelnebel
committed
65e6515
View commit details
Copy full SHA for 65e6515
View code at this point
Browse repository at this point
Commits on Jun 7, 2023
C#: Address review comments.
michaelnebel
committed
f9c890b
View commit details
Copy full SHA for f9c890b
View code at this point
Browse repository at this point
C#: Address review comments.
michaelnebel
committed
5c9b0b9
View commit details
Copy full SHA for 5c9b0b9
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
C#: Only inject the shared compilation flag, if argument is not exe or dll.
michaelnebel
committed
4dae7ad
View commit details
Copy full SHA for 4dae7ad
View code at this point
Browse repository at this point
Commits on May 26, 2023
C#: Extract source files generated by source generators
tamasvajk
committed
74a5852
View commit details
Copy full SHA for 74a5852
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
add --working-dir=. to pre-finalize for c#
erik-krogh
committed
dcc1c3d
View commit details
Copy full SHA for dcc1c3d
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
C#: Recognize options to `dotnet run` in tracer when injecting `-p:UseSharedCompilation=false`
hvitved
committed
0183090
View commit details
Copy full SHA for 0183090
View code at this point
Browse repository at this point
Commits on Sep 21, 2022
C#: Prepend `-p:UseSharedCompilation=false` instead of append for `dotnet run`
hvitved
committed
cc09a79
View commit details
Copy full SHA for cc09a79
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
Merge branch 'main' into rc/3.7
aeisenberg
committed
58e4861
View commit details
Copy full SHA for 58e4861
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
C#: Do not recognize 'run' as supported dotnet command for tracing.
michaelnebel
committed
d0c6837
View commit details
Copy full SHA for d0c6837
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
Merge pull request #10308 from github/rc/3.7
Show description for 0353b3e
hvitved
authored
0353b3e
View commit details
Copy full SHA for 0353b3e
View code at this point
Browse repository at this point
Commits on Sep 5, 2022
C#: Use `-p:` instead of `/p:` with `dotnet`
Show description for d8b352c
hvitved
committed
d8b352c
View commit details
Copy full SHA for d8b352c
View code at this point
Browse repository at this point
Commits on Sep 4, 2022
C#: Fix `/p:UseSharedCompilation=false` tracer injection for `dotnet run`
hvitved
committed
623ba79
View commit details
Copy full SHA for 623ba79
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
C#: Also inject `dotnet (pack|test|run)`
hvitved
committed
99d9fe1
View commit details
Copy full SHA for 99d9fe1
View code at this point
Browse repository at this point
C#: Also inject `/p:UseSharedCompilation=false` into `dotnet publish`
hvitved
committed
7c12139
View commit details
Copy full SHA for 7c12139
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
C#: Remove legacy tracer support
hvitved
committed
18b5ab0
View commit details
Copy full SHA for 18b5ab0
View code at this point
Browse repository at this point
C#: Inject `/p:MvcBuildViews=true` using tracer instead of auto-builder
hvitved
committed
c75c489
View commit details
Copy full SHA for c75c489
View code at this point
Browse repository at this point
C#: Also inject `/p:UseSharedCompilation=false` to `(x|ms)build.exe` (Windows)
hvitved
committed
914b968
View commit details
Copy full SHA for 914b968
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
C#: Update tracer arguments.
michaelnebel
committed
27d1008
View commit details
Copy full SHA for 27d1008
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
C#: Handle `dotnet exec csc.dll` and the likes in the Lua tracer
hvitved
committed
2bb9e48
View commit details
Copy full SHA for 2bb9e48
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
C#: Also disable shared compilation in the tracer for `dotnet msbuild`
hvitved
committed
4000710
View commit details
Copy full SHA for 4000710
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
C#: Implement proper `dotnet build` handling in the Lua tracing config.
Show description for e9e5d94
criemen
committed
e9e5d94
View commit details
Copy full SHA for e9e5d94
View code at this point
Browse repository at this point
Commits on May 17, 2022
Update Lua tracing configs.
criemen
authored
3836d15
View commit details
Copy full SHA for 3836d15
View code at this point
Browse repository at this point
Commits on May 10, 2022
C#: Lua tracing config: Use API function.
criemen
authored
7c10f3e
View commit details
Copy full SHA for 7c10f3e
View code at this point
Browse repository at this point
Address review.
criemen
authored
40503aa
View commit details
Copy full SHA for 40503aa
View code at this point
Browse repository at this point
Commits on May 9, 2022
C#: Port the existing compiler-tracing.spec files to Lua.
criemen
authored
bf0e32a
View commit details
Copy full SHA for bf0e32a
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
Remove macos compatibility stanzas from tracing config.
criemen
committed
03ff2c6
View commit details
Copy full SHA for 03ff2c6
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
C#: Handle `dotnet exec csc.dll` compiler calls on Windows
hvitved
committed
af0b9ab
View commit details
Copy full SHA for af0b9ab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.