FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for csharp/extractor - github/codeql · GitHub
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
461
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
extractor
on
codeql-cli/v2.25.5
User selector
Datepicker
Commit history
Commits on Apr 30, 2026
Merge pull request #21684 from michaelnebel/csharp/improve-reachability-checks
Show description for 4446f42
michaelnebel
authored
4446f42
View commit details
Copy full SHA for 4446f42
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
C#: Fix missing slash in comments.
michaelnebel
committed
e29770c
View commit details
Copy full SHA for e29770c
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
C#: Address review comments.
michaelnebel
committed
615ae41
View commit details
Copy full SHA for 615ae41
View code at this point
Browse repository at this point
C#: Inherited feeds may not get properly computed if a nuget.config file contains a clear. This has been fixed.
michaelnebel
committed
ae81f3a
View commit details
Copy full SHA for ae81f3a
View code at this point
Browse repository at this point
C#: Make the restore sources project/solution specific.
michaelnebel
committed
ed857ad
View commit details
Copy full SHA for ed857ad
View code at this point
Browse repository at this point
C#: Add NuGet package missing failures to the compilation info.
michaelnebel
committed
831b4d6
View commit details
Copy full SHA for 831b4d6
View code at this point
Browse repository at this point
C#: Also apply feed exclusions to inherited feeds.
michaelnebel
committed
9bd4f65
View commit details
Copy full SHA for 9bd4f65
View code at this point
Browse repository at this point
C#: Address review comment.
michaelnebel
committed
5ff4b43
View commit details
Copy full SHA for 5ff4b43
View code at this point
Browse repository at this point
C#: Address Copilots review comments.
michaelnebel
committed
ca0c274
View commit details
Copy full SHA for ca0c274
View code at this point
Browse repository at this point
C#: Change the All NuGet feed reachable telemetry.
michaelnebel
committed
6f888f1
View commit details
Copy full SHA for 6f888f1
View code at this point
Browse repository at this point
C#: Only include feeds that we can connect to.
michaelnebel
committed
8372a37
View commit details
Copy full SHA for 8372a37
View code at this point
Browse repository at this point
C#: Only use the default package source when using nuget.exe if it is reachable.
michaelnebel
committed
c0a1dd0
View commit details
Copy full SHA for c0a1dd0
View code at this point
Browse repository at this point
C#: Handle special case when no feeds are reachable.
michaelnebel
committed
e6df1d8
View commit details
Copy full SHA for e6df1d8
View code at this point
Browse repository at this point
C#: Rename ExtraArgs to NugetSources.
michaelnebel
committed
1ee6d63
View commit details
Copy full SHA for 1ee6d63
View code at this point
Browse repository at this point
C#: Simplify and improve the reachability check and improve the logging.
michaelnebel
committed
8369c92
View commit details
Copy full SHA for 8369c92
View code at this point
Browse repository at this point
C#: For specific listed nuget feeds in a project, still allow their use unless there is a timeout when trying to reach them.
michaelnebel
committed
1dfe30d
View commit details
Copy full SHA for 1dfe30d
View code at this point
Browse repository at this point
C#: Re-add the compilation information on reachable fallback NuGet feed count.
michaelnebel
committed
21fb44d
View commit details
Copy full SHA for 21fb44d
View code at this point
Browse repository at this point
C#: Address review comments.
michaelnebel
committed
b95a8aa
View commit details
Copy full SHA for b95a8aa
View code at this point
Browse repository at this point
C#: Remove redundant out parameter from CheckSpecifiedFeeds.
michaelnebel
committed
c53b2f5
View commit details
Copy full SHA for c53b2f5
View code at this point
Browse repository at this point
C#: Make sure that the feeds that excluded for the feed check (based on an environment variable setting) are still used as sources.
michaelnebel
committed
4dad62c
View commit details
Copy full SHA for 4dad62c
View code at this point
Browse repository at this point
C#: Add private registries to the set of explicit feeds. Always use specific sources for restoring if private registries are used of if nuget feed reachability check is performed.
michaelnebel
committed
365b419
View commit details
Copy full SHA for 365b419
View code at this point
Browse repository at this point
C#: Turn checkNugetFeedResponsiveness into a field and remove some explicit this qualifiers.
michaelnebel
committed
132dc1f
View commit details
Copy full SHA for 132dc1f
View code at this point
Browse repository at this point
Only use reachable feeds when private registries are configured
mbg
authored and
michaelnebel
committed
cce5f06
View commit details
Copy full SHA for cce5f06
View code at this point
Browse repository at this point
Check reachability of inherited feeds
mbg
authored and
michaelnebel
committed
17c45fc
View commit details
Copy full SHA for 17c45fc
View code at this point
Browse repository at this point
Divide up `CheckSpecifiedFeeds`
mbg
authored and
michaelnebel
committed
9898e21
View commit details
Copy full SHA for 9898e21
View code at this point
Browse repository at this point
Use `explicitFeeds` directly
mbg
authored and
michaelnebel
committed
fdbaba8
View commit details
Copy full SHA for fdbaba8
View code at this point
Browse repository at this point
Inline `CheckFeeds`
mbg
authored and
michaelnebel
committed
8215737
View commit details
Copy full SHA for 8215737
View code at this point
Browse repository at this point
Use `GetReachableNuGetFeeds` in `CheckSpecifiedFeeds`
mbg
authored and
michaelnebel
committed
439e37a
View commit details
Copy full SHA for 439e37a
View code at this point
Browse repository at this point
Refactor `GetReachableNuGetFeeds` out of `GetReachableFallbackNugetFeeds`
mbg
authored and
michaelnebel
committed
d22381a
View commit details
Copy full SHA for d22381a
View code at this point
Browse repository at this point
Commits on Apr 24, 2026
C#: Re-use the GetTargetSymbol logic from invocations to find the right operator symbol (operators can also be declared in extensions).
michaelnebel
committed
8ce38a5
View commit details
Copy full SHA for 8ce38a5
View code at this point
Browse repository at this point
C#: Add support for compound assignment operators in the TryGetOperatorSymbol method.
michaelnebel
committed
77f0de8
View commit details
Copy full SHA for 77f0de8
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
Merge pull request #21452 from michaelnebel/csharp/expandedassignment
Show description for 73360ee
michaelnebel
authored
73360ee
View commit details
Copy full SHA for 73360ee
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
C#: Don't extract expanded assignments and swap child indices for assignments.
michaelnebel
committed
c8169f5
View commit details
Copy full SHA for c8169f5
View code at this point
Browse repository at this point
C#: Opt out of dotnet CLI telemetry
Show description for 14b3f62
redsun82
committed
14b3f62
View commit details
Copy full SHA for 14b3f62
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
C#: Partial constructor declaration support.
michaelnebel
committed
ae5ab9c
View commit details
Copy full SHA for ae5ab9c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL