Tamas Vajk
|
95896bc95f
|
Make sure diagnostic directory exists
|
2024-04-08 13:15:32 +02:00 |
|
Tamas Vajk
|
6a5520c85d
|
Add integration test for unreachable nuget feeds
|
2024-04-08 13:15:32 +02:00 |
|
Tamas Vajk
|
7051db5e1c
|
Fix code review findings
|
2024-04-08 13:15:32 +02:00 |
|
Tamas Vajk
|
9aa85f2d13
|
C#: Validate all nuget feeds to respond in reasonable time
|
2024-04-08 13:15:20 +02:00 |
|
Tamas Vajk
|
e42639852c
|
C#: Move nuget related DependencyManager methods to separate file
|
2024-04-04 14:25:09 +02:00 |
|
Tom Hvitved
|
c2f91a5ccf
|
Merge pull request #16104 from hvitved/csharp/more-compiler-generated
C#: Mark more expressions as compiler generated
|
2024-04-04 09:09:16 +02:00 |
|
Tamás Vajk
|
7beb73729d
|
Merge pull request #16036 from tamasvajk/autobuilder/disposable
C#: Properly dispose diagnostic writer objects
|
2024-04-04 08:21:11 +02:00 |
|
Tom Hvitved
|
d93d6585d9
|
C#: Mark more expressions as compiler generated
|
2024-04-03 20:03:02 +02:00 |
|
Tamás Vajk
|
362a109e04
|
Remove redundant implemented interface
Co-authored-by: Michael Nebel <michaelnebel@github.com>
|
2024-04-03 14:23:36 +02:00 |
|
Tamas Vajk
|
75894d581c
|
C#: Remove unused classes from Util project
|
2024-04-03 12:15:37 +02:00 |
|
Tamas Vajk
|
fbec197d4a
|
Move TSP diagnostics related classes to separate files
|
2024-04-03 10:13:44 +02:00 |
|
Tamas Vajk
|
305fa84186
|
Change IDiagnosticsWriter to implement IDisposable
|
2024-04-03 10:08:46 +02:00 |
|
Tamás Vajk
|
d7e514913f
|
Merge pull request #16039 from tamasvajk/fix/buildless-references
C#: Reword public mentions of C# buildless
|
2024-04-03 09:19:13 +02:00 |
|
Tom Hvitved
|
a8dac17aec
|
Merge pull request #16016 from hvitved/csharp/remove-lgtm-autobuilder-options
C#: Remove support for legacy LGTM options in autobuilder
|
2024-04-02 10:03:10 +02:00 |
|
Tamás Vajk
|
0c5ea975a4
|
Merge pull request #16021 from tamasvajk/feature/add-buildless-telemetry
C#: Add high level diagnostic messages for buildless extraction (star…
|
2024-03-26 11:03:20 +01:00 |
|
Tamas Vajk
|
78912d5eea
|
C#: Reword public mentions of C# buildless
|
2024-03-25 14:33:51 +01:00 |
|
Tamas Vajk
|
b94d33d78d
|
Add buildless failed diagnostic
|
2024-03-25 12:27:36 +01:00 |
|
Tamás Vajk
|
d6374f65e4
|
Merge pull request #15957 from tamasvajk/feature/limit-message-extraction
C#: Limit extracted compilation and extraction messages
|
2024-03-25 10:30:10 +01:00 |
|
Tamas Vajk
|
178a45af25
|
C#: Add high level diagnostic messages for buildless extraction (start, success)
|
2024-03-22 14:27:36 +01:00 |
|
Tom Hvitved
|
9d124197e8
|
C#: Remove support for legacy LGTM options in autobuilder
|
2024-03-22 10:09:24 +01:00 |
|
Tamas Vajk
|
205d6a3bc5
|
Extract total number of diagnostic per ID and compilation
|
2024-03-22 08:55:41 +01:00 |
|
Tamas Vajk
|
fa7f437e71
|
Code quality improvement
|
2024-03-22 08:16:11 +01:00 |
|
Tom Hvitved
|
79dc7fcc04
|
C#: Avoid using TRAP stack in buildless mode
|
2024-03-20 15:21:36 +01:00 |
|
Tamas Vajk
|
d749335f54
|
C#: Limit extracted compilation and extraction messages
|
2024-03-18 14:24:34 +01:00 |
|
Tamás Vajk
|
7429fa7b96
|
Merge pull request #15952 from tamasvajk/buildless/impr1
C#: Add logging for source file parsing
|
2024-03-18 12:27:27 +01:00 |
|
Tamas Vajk
|
881c426631
|
C#: Iterate text files only once
|
2024-03-18 11:06:44 +01:00 |
|
Tamas Vajk
|
3a8d468983
|
C#: Add logging for source file parsing
|
2024-03-18 11:02:29 +01:00 |
|
Tamas Vajk
|
b5f349bd2c
|
C#: Handle namespace resolution error more gracefully
|
2024-03-14 08:37:22 +01:00 |
|
Tamás Vajk
|
be2ce17376
|
Merge pull request #15881 from tamasvajk/buildless/fix-fallback
C#: Deduplicate not yet restored package names
|
2024-03-12 16:08:16 +01:00 |
|
Tamas Vajk
|
b07b0762f2
|
Adjust based on code review feedback
|
2024-03-12 15:07:58 +01:00 |
|
Michael Nebel
|
eb62c033aa
|
C#: Remove the cil extractor option.
|
2024-03-12 11:12:56 +01:00 |
|
Michael Nebel
|
af06202241
|
C#: Cleanup implementation.
|
2024-03-12 11:12:55 +01:00 |
|
Michael Nebel
|
bf27f203d5
|
C#: Remove CIL extractor projects.
|
2024-03-12 11:12:55 +01:00 |
|
Tamas Vajk
|
1633673cc2
|
C#: Deduplicate not yet restored package names
|
2024-03-12 09:22:38 +01:00 |
|
Tamas Vajk
|
9b5cfc9026
|
Change assembly population in buildless
|
2024-03-08 15:02:30 +01:00 |
|
Tamas Vajk
|
33eb69164c
|
C#: Change ID of buildless output assembly
|
2024-03-08 11:20:04 +01:00 |
|
Tamás Vajk
|
1fa151db7c
|
Merge pull request #15844 from tamasvajk/buildless/sdk-version-parsing
C#: Improve `global.json` file parsing
|
2024-03-07 17:03:12 +01:00 |
|
Tamas Vajk
|
ea38bf5ebc
|
C#: Improve global.json file parsing
|
2024-03-07 15:35:10 +01:00 |
|
Tamas Vajk
|
c4f2bbda2a
|
Simplify task counter incrementing
|
2024-03-06 16:12:14 +01:00 |
|
Tamas Vajk
|
34308eee8d
|
C#: Improve buildless progress reporting
|
2024-03-06 16:11:19 +01:00 |
|
Tamas Vajk
|
2b99b83857
|
C#: Add package source error count to DB
|
2024-03-05 15:32:08 +01:00 |
|
Tom Hvitved
|
cb128da5aa
|
Merge pull request #15762 from hvitved/csharp/fetch-dotnet-dependency-fetching
C#: Fetch .NET in dependency manager instead of autobuilder
|
2024-03-01 13:19:20 +01:00 |
|
Tom Hvitved
|
20ff7def73
|
Address review comment
|
2024-03-01 12:54:47 +01:00 |
|
Tom Hvitved
|
a8468a6178
|
C#: Better handle multiple global.json files
|
2024-02-29 20:27:52 +01:00 |
|
Tom Hvitved
|
62382fc5a2
|
C#: Fetch .NET in dependency manager instead of autobuilder
|
2024-02-29 11:23:36 +01:00 |
|
Tom Hvitved
|
c6426d8858
|
C#: Move BuildScript.cs and friends to Semmle.Util
|
2024-02-29 08:49:20 +01:00 |
|
Michael Nebel
|
692d7036a0
|
C#: Add extractor and QL library support for ref readonly parameters.
|
2024-02-28 13:44:28 +01:00 |
|
Michael Nebel
|
bf4e3a7d1c
|
C#: Merge expr_compiler_generated and compiler_generated and add compiler generated statements.
|
2024-02-26 13:51:06 +01:00 |
|
Michael Nebel
|
d19c83228e
|
C#: Do not bind comments to compiler generated statements.
|
2024-02-22 13:33:29 +01:00 |
|
Michael Nebel
|
14de39a854
|
C#: Also add synthetic bodies and inititializers for default constructors.
|
2024-02-22 13:33:29 +01:00 |
|