Tamas Vajk
|
a31d90897d
|
C#: Do not skip extraction of already seen source files
|
2024-08-05 15:55:26 +02:00 |
Tamas Vajk
|
199a9688af
|
C#: Fix quality issues
|
2024-06-28 13:58:08 +02:00 |
Tamas Vajk
|
fb0520c74a
|
C#: Adjust trap location, database ID and archiving of generated sources
|
2024-06-27 14:49:10 +02:00 |
Tamas Vajk
|
dcd84f47a4
|
Improve source archiving to handle non-existent files
|
2024-06-27 14:49:06 +02:00 |
Tamas Vajk
|
0c34b4535a
|
C#: Change `string.Format` calls to interpolated strings
|
2024-06-27 09:20:50 +02:00 |
Tom Hvitved
|
62382fc5a2
|
C#: Fetch .NET in dependency manager instead of autobuilder
|
2024-02-29 11:23:36 +01:00 |
Tom Hvitved
|
866f124a95
|
C#: Use `CODEQL_EXTRACTOR_CSHARP_SCRATCH_DIR` instead of `Path.GetTempPath`
|
2023-12-11 13:10:46 +01:00 |
Tom Hvitved
|
2429a5383d
|
C#: Move `NestPaths` to `Semmle.Util`
|
2023-09-21 11:33:25 +02:00 |
Michael Nebel
|
864f60f90f
|
C#: Re-arrange using statements.
|
2023-08-21 09:41:28 +02:00 |
Tamas Vajk
|
f90c5346bf
|
C#: Change handled exception in `TrapWriter.ArchiveContents`
|
2023-02-03 15:13:23 +01:00 |
Tamas Vajk
|
4f383be13b
|
Fix new (nullability) compiler warnings
|
2021-03-02 09:21:24 +01:00 |
Tamas Vajk
|
ffc2a64750
|
C#: do not discard duplicate trapfiles for compilation parameter extraction
|
2020-10-16 09:52:21 +02:00 |
Tamas Vajk
|
b07aceff6b
|
C#: Fix exception throwing
|
2020-10-13 14:45:37 +02:00 |
Tamas Vajk
|
cbdd13127e
|
C#: Convert publicly visible fields to properties
|
2020-10-13 14:45:37 +02:00 |
Tamas Vajk
|
2e350caf9f
|
C#: Fix private field and local variable naming
|
2020-10-13 14:45:37 +02:00 |
Tamas Vajk
|
155453d9cb
|
C#: Format single line if statements
|
2020-10-13 14:45:37 +02:00 |
Tamas Vajk
|
aec4481cfb
|
C#: Use var everywhere
|
2020-10-13 14:45:37 +02:00 |
Tamas Vajk
|
7d544e34af
|
C#: Add declaration visibility modifiers
|
2020-10-13 14:45:37 +02:00 |
Tom Hvitved
|
37f1ce3122
|
C#: Implement support for path transformers
|
2020-09-07 15:02:50 +02:00 |
Calum Grant
|
25d5c81896
|
C#: Enable nullability for Semmle.Extraction project. Some refactoring required.
|
2020-04-29 15:59:46 +01:00 |
Tom Hvitved
|
8f3f9406e2
|
C#: Early identification of duplicate extraction
|
2019-09-11 20:47:20 +02:00 |
Calum Grant
|
7df90f13ed
|
C#: Address review comments. Tidy up tuple generation, consolidating code and use run-time type information instead of FirstParam/NextParam.
|
2019-08-30 10:11:01 +01:00 |
Calum Grant
|
40f56ff4b3
|
C#: Code tidy. Rename variables, delete dead code, format whitespace, improve comments.
|
2019-08-30 10:11:01 +01:00 |
Calum Grant
|
685c494bcb
|
C#: Make the trap compression algorithm configurable.
|
2019-08-30 10:11:00 +01:00 |
Calum Grant
|
fe7e90e25a
|
C#: Remove the tuples from the C# extractor.
|
2019-08-30 10:11:00 +01:00 |
Calum Grant
|
e41e8d6547
|
C#: Remove ITrapBuilder in favour of TextWriter.
|
2019-08-30 10:00:06 +01:00 |
Calum Grant
|
aeb38a1757
|
C#: Refactoring tuple writing to remove Tuple intermediate object and write straight to trap file.
|
2019-08-30 10:00:06 +01:00 |
calum
|
a44a86bf6f
|
C#: Add alert suppression comments. Rename e to ex in catch clauses for consistency.
|
2019-01-11 12:32:24 +00:00 |
Tom Hvitved
|
e05bbb0f10
|
C#: Fix always-`null` bug in TRAP writer
|
2018-12-07 15:46:27 +01:00 |
Tom Hvitved
|
826d15e6c1
|
C#: Address review comments
|
2018-10-19 10:42:13 +02:00 |
Tom Hvitved
|
8158d456f3
|
C#: Use hashing to detect duplicate trap files
|
2018-10-17 10:25:05 +02:00 |
calum
|
103d140e71
|
C#: Migrate extractor to this repository.
|
2018-10-10 14:40:52 +01:00 |