Michael Nebel
|
5624a77176
|
C#: Use TEST_TEMPDIR when set for test files.
|
2024-12-09 13:59:59 +01:00 |
|
Cornelius Riemenschneider
|
526dbe5901
|
Address review, also run semmle-util tests.
|
2024-12-09 12:19:01 +01:00 |
|
Cornelius Riemenschneider
|
18560cde9d
|
C#: Shorten test target names to make Windows happy.
|
2024-12-09 10:54:04 +01:00 |
|
Michael Nebel
|
4e079d34b9
|
C#: Clean up dependencies Newtonsoft.Json and dont override nowarn.
|
2024-12-06 15:55:30 +01:00 |
|
Michael B. Gale
|
e16adda74d
|
Merge pull request #18029 from github/mbg/csharp/set-proxy-cert-file
|
2024-12-06 14:03:43 +00:00 |
|
Michael B. Gale
|
c8ccfe40a5
|
C#: Create certificate from string, rather than file
|
2024-12-06 13:13:41 +00:00 |
|
Michael B. Gale
|
653d68ea94
|
C#: Explicitly close writer in DependabotProxy
|
2024-12-06 13:13:15 +00:00 |
|
Michael Nebel
|
9715ffd9a4
|
Merge pull request #18205 from michaelnebel/csharp/narrowpatterntypes
C#: Narrow pattern types
|
2024-12-06 10:33:13 +01:00 |
|
Michael B. Gale
|
952488c2d8
|
C#: Fix possible null dereference
|
2024-12-05 12:32:55 +00:00 |
|
Michael B. Gale
|
7369d043ed
|
C#: Don't initialise DependabotProxy on Windows or macOS
|
2024-12-05 12:25:45 +00:00 |
|
Michael B. Gale
|
2e80e09f52
|
C#: Apply suggestions from code review for DependabotProxy
|
2024-12-05 12:15:27 +00:00 |
|
Michael B. Gale
|
ee7f0b0f2a
|
C#: Load Dependabot Proxy certificate in DependabotProxy, and implement IDisposable
|
2024-12-05 12:15:26 +00:00 |
|
Michael B. Gale
|
ca251fb840
|
C#: Set up proxy for IsFeedReachable, if configured
|
2024-12-05 12:15:23 +00:00 |
|
Michael B. Gale
|
984091d4a4
|
C#: Propagate DependabotProxy instance down from DependencyManager
|
2024-12-05 12:14:29 +00:00 |
|
Michael B. Gale
|
e999ec1ecf
|
C# Expose CertificatePath from DependabotProxy
|
2024-12-05 12:14:28 +00:00 |
|
Michael B. Gale
|
87bd21e12c
|
C#: Use Add for environment variables
|
2024-12-05 12:14:27 +00:00 |
|
Michael B. Gale
|
de415d68cf
|
C#: Add more logging to DependabotProxy
|
2024-12-05 12:14:26 +00:00 |
|
Michael B. Gale
|
6cd5711313
|
C#: Set environment variables for proxy for calls to dotnet
|
2024-12-05 12:14:25 +00:00 |
|
Michael B. Gale
|
8ca75602d8
|
C#: Initialise DependabotProxy in DotNetCliInvoker
|
2024-12-05 12:14:25 +00:00 |
|
Michael B. Gale
|
232caa7185
|
C#: Add DependabotProxy class
|
2024-12-05 12:14:24 +00:00 |
|
Michael B. Gale
|
537601290b
|
C#: Add CODEQL_PROXY_* environment variable names
|
2024-12-05 12:14:23 +00:00 |
|
Michael Nebel
|
38e3913fa9
|
C#: Remove redundant using statements.
|
2024-12-04 14:46:15 +01:00 |
|
Michael Nebel
|
dde0281d25
|
C#: Use dedicated lock type where applicable.
|
2024-12-04 14:46:14 +01:00 |
|
Michael Nebel
|
57c3b571ab
|
C#: Narrow types to SingleVariableDesignation syntax (to avoid future compiler warning).
|
2024-12-04 14:43:52 +01:00 |
|
Michael Nebel
|
395bdd0cec
|
C#: Address more review comments.
|
2024-12-03 16:58:30 +01:00 |
|
Michael Nebel
|
6928f7d443
|
C#: Address review comment.
|
2024-12-03 16:36:16 +01:00 |
|
Michael Nebel
|
f7874c37c4
|
C#: Only extract Public and Protected members from reference assemblies.
|
2024-11-29 13:49:23 +01:00 |
|
Michael Nebel
|
0fc46f5855
|
C#: Fix compiler warnings related to errors in XML comments.
|
2024-11-19 16:30:48 +01:00 |
|
Michael Nebel
|
201a5e9faa
|
C#: Update the extractor to target .NET 9.
|
2024-11-19 10:25:52 +01:00 |
|
Tamás Vajk
|
b84b687b0d
|
Merge pull request #17992 from tamasvajk/binlog/no-compilations
C#: Consider the extraction of empty binlog files acceptable
|
2024-11-18 11:09:57 +01:00 |
|
Tamas Vajk
|
e3b83bb4b4
|
Undo accidental comment removal
|
2024-11-15 10:19:33 +01:00 |
|
Tamas Vajk
|
da5573203e
|
C#: Consider the extraction of empty binlog files acceptable
|
2024-11-15 08:35:21 +01:00 |
|
Tamas Vajk
|
0fa3ba6b4d
|
Code quality improvements
|
2024-11-14 10:45:54 +01:00 |
|
Tamas Vajk
|
90579947cf
|
Move all classes to the Semmle.Extraction.CSharp namespace
|
2024-11-14 09:13:03 +01:00 |
|
Tamas Vajk
|
a0cac46b46
|
Merge the two CachedEntityFactory classes
|
2024-11-13 15:53:49 +01:00 |
|
Tamas Vajk
|
02bd204111
|
Move more classes to the Semmle.Extraction.CSharp namespace
|
2024-11-13 15:27:48 +01:00 |
|
Tamas Vajk
|
46da5960ee
|
Move extraction context classes to the Semmle.Extraction.CSharp namespace
|
2024-11-13 14:28:04 +01:00 |
|
Tamas Vajk
|
b7098b72a4
|
Move location-like entities to the Semmle.Extraction.CSharp namespace
|
2024-11-13 14:24:08 +01:00 |
|
Tamas Vajk
|
e7844e2855
|
C#: Remove Semmle.Extraction project and move content to Semmle.Extraction.CSharp
|
2024-11-13 13:47:40 +01:00 |
|
Tamas Vajk
|
46f168823c
|
Improve code quality
|
2024-11-11 14:10:13 +01:00 |
|
Tamas Vajk
|
fe62900a15
|
C#: Change extractor to accept multiple binlog files
|
2024-11-11 12:56:24 +01:00 |
|
Tamas Vajk
|
29948e4c0b
|
C#: reduce extraction message severity for missing text files
|
2024-09-30 12:31:07 +02:00 |
|
Michael Nebel
|
24a101297c
|
Merge pull request #15884 from michaelnebel/csharp/cleanupcil
C#: CIL and Dotnet cleanup (removal).
|
2024-09-18 11:43:41 +02:00 |
|
Michael Nebel
|
0104f96f4a
|
C#: Remove metadata_handle part of the extractor implementation.
|
2024-09-16 14:12:07 +02:00 |
|
Michael Nebel
|
1eff6fdf73
|
C#: Add extractor support for attributes on indexers.
|
2024-09-16 10:53:45 +02:00 |
|
Tamás Vajk
|
d710c1e89d
|
Merge pull request #17287 from tamasvajk/message-count-telemetry
C#: Add aggregated compiler and extractor message counts to extractio…
|
2024-08-23 14:41:27 +02:00 |
|
Tamas Vajk
|
6827bedaa7
|
C#: Add aggregated compiler and extractor message counts to extraction telemetry query
|
2024-08-22 15:14:33 +02:00 |
|
Tamás Vajk
|
3dce56b0b1
|
Merge pull request #17276 from tamasvajk/impr/change-partial-method-location
C#: Change reporting location of partial methods
|
2024-08-22 15:10:21 +02:00 |
|
Tamas Vajk
|
7c4733e88f
|
C#: Change reporting location of partial methods
|
2024-08-21 15:13:14 +02:00 |
|
Tamás Vajk
|
b91ad04e6a
|
Merge pull request #17257 from tamasvajk/buildless/temp-locations
C#: Change random temp folder names to hash values
|
2024-08-21 11:39:40 +02:00 |
|