FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for csharp/extractor - github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
469
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-2.27.1
User selector
Datepicker
Commit history
Commits on Sep 15, 2026
C#: Use the zip archive on windows runners, when downloading and installing .NET.
michaelnebel
committed
8386853
View commit details
Copy full SHA for 8386853
View code at this point
Browse repository at this point
Commits on Sep 14, 2026
C#: Address review comments.
michaelnebel
committed
d33b157
View commit details
Copy full SHA for d33b157
View code at this point
Browse repository at this point
Commits on Sep 11, 2026
C#: Address CoPilots comments.
michaelnebel
committed
8add898
View commit details
Copy full SHA for 8add898
View code at this point
Browse repository at this point
C#: Rename Dependabot to Registry, update log messages and slightly improve some unit tests comments.
michaelnebel
committed
c5d5827
View commit details
Copy full SHA for c5d5827
View code at this point
Browse repository at this point
Commits on Sep 9, 2026
C#: Improve FeedManager unit test explanations.
michaelnebel
committed
7eaf822
View commit details
Copy full SHA for 7eaf822
View code at this point
Browse repository at this point
C#: Rename GetNugetFeeds to GetNugetFeedsFromConfig.
michaelnebel
committed
f8c2820
View commit details
Copy full SHA for f8c2820
View code at this point
Browse repository at this point
C#: Address review comments related to logging.
michaelnebel
committed
dadf67d
View commit details
Copy full SHA for dadf67d
View code at this point
Browse repository at this point
C#: Address review comments.
michaelnebel
committed
b2e83bb
View commit details
Copy full SHA for b2e83bb
View code at this point
Browse repository at this point
C#: Minor improvements to unit test.
michaelnebel
committed
4e2e1ae
View commit details
Copy full SHA for 4e2e1ae
View code at this point
Browse repository at this point
C#: Exclude TryRestoreManually fallback without nugetSources when private registries are configured (to make implementation consistent).
michaelnebel
committed
28503f6
View commit details
Copy full SHA for 28503f6
View code at this point
Browse repository at this point
C#: Make a complete replacement of the default nuget.org feed in case private registries with replaces-base: true is set.
michaelnebel
committed
b30141c
View commit details
Copy full SHA for b30141c
View code at this point
Browse repository at this point
C#: Remove isNullOrEmpty check as it is implied by the case above.
michaelnebel
committed
02f1792
View commit details
Copy full SHA for 02f1792
View code at this point
Browse repository at this point
C#: Preserve semantics of reachability for default feeds when using [mono] nuget.
michaelnebel
committed
1f93077
View commit details
Copy full SHA for 1f93077
View code at this point
Browse repository at this point
C#: Use the RegistryUrls from the dependabot proxy as default feeds is replaces-base is set, otherwise use nuget.org.
michaelnebel
committed
ee9fe75
View commit details
Copy full SHA for ee9fe75
View code at this point
Browse repository at this point
C#: DependabotProxy now parses replaces-base and exposes a list of URLs to replace the default NuGet feed.
michaelnebel
committed
daacaa6
View commit details
Copy full SHA for daacaa6
View code at this point
Browse repository at this point
Commits on Sep 2, 2026
C#: Address some review comments.
michaelnebel
committed
2dc8ef9
View commit details
Copy full SHA for 2dc8ef9
View code at this point
Browse repository at this point
C#: Add DependabotProxy unit-tests.
michaelnebel
committed
8583ecc
View commit details
Copy full SHA for 8583ecc
View code at this point
Browse repository at this point
C#: Minor re-write to enable OS independant testing of dependabot proxy object creation.
michaelnebel
committed
b3ae7ff
View commit details
Copy full SHA for b3ae7ff
View code at this point
Browse repository at this point
C#: Move some logic into the DependabotProxy object construction.
michaelnebel
committed
68d8351
View commit details
Copy full SHA for 68d8351
View code at this point
Browse repository at this point
C#: Add explicit class with dependabot configuration.
michaelnebel
committed
ee6a179
View commit details
Copy full SHA for ee6a179
View code at this point
Browse repository at this point
Commits on Aug 31, 2026
C#: Add some Feed manager unit tests.
michaelnebel
committed
b76f793
View commit details
Copy full SHA for b76f793
View code at this point
Browse repository at this point
C#: Move DotNetStub into its own file.
michaelnebel
committed
53972f5
View commit details
Copy full SHA for 53972f5
View code at this point
Browse repository at this point
C#: Make FeedManager unit-testable.
michaelnebel
committed
0f2a7cf
View commit details
Copy full SHA for 0f2a7cf
View code at this point
Browse repository at this point
C#: Introduce interface for DependabotProxy.
michaelnebel
committed
29e1392
View commit details
Copy full SHA for 29e1392
View code at this point
Browse repository at this point
C#: Introduce IFileProvider interface.
michaelnebel
committed
178f12c
View commit details
Copy full SHA for 178f12c
View code at this point
Browse repository at this point
C#: Update unit tests to reflect the new logic.
michaelnebel
committed
829f880
View commit details
Copy full SHA for 829f880
View code at this point
Browse repository at this point
C#: Move feed prefix logic out of the feed manager.
michaelnebel
committed
a14379e
View commit details
Copy full SHA for a14379e
View code at this point
Browse repository at this point
C#: Add NuGet feed list to the unit tests.
michaelnebel
committed
209cd4c
View commit details
Copy full SHA for 209cd4c
View code at this point
Browse repository at this point
Commits on Aug 27, 2026
Merge pull request #22364 from michaelnebel/csharp/tspreportbadfeeds
Show description for d0aa8f8
michaelnebel
authored
d0aa8f8
View commit details
Copy full SHA for d0aa8f8
View code at this point
Browse repository at this point
Commits on Aug 26, 2026
C#: Use ProcessStartInfo.ArgumentList instead of Arguments to automatically handled escaping and quoting.
michaelnebel
committed
08f0b16
View commit details
Copy full SHA for 08f0b16
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
C#: Avoid logging sensitive information like username and password (if hardcoded in the nuget.config feed URL).
michaelnebel
committed
9446394
View commit details
Copy full SHA for 9446394
View code at this point
Browse repository at this point
C#: Add tool status page information and compilation info for unreachable explicit feeds.
michaelnebel
committed
fc90700
View commit details
Copy full SHA for fc90700
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
C#: Remove some dead code.
michaelnebel
committed
04b546c
View commit details
Copy full SHA for 04b546c
View code at this point
Browse repository at this point
C#: Remove the timeout bool logic in the feed manager.
michaelnebel
committed
71377e7
View commit details
Copy full SHA for 71377e7
View code at this point
Browse repository at this point
C#: Remove the explicit feed timeout fallback.
michaelnebel
committed
04790c9
View commit details
Copy full SHA for 04790c9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL