Michael Nebel
|
ef68e33449
|
C#: Address review comments.
|
2024-04-10 14:48:02 +02:00 |
|
Michael Nebel
|
ff498f616a
|
C#: Some renaming.
|
2024-04-10 13:20:57 +02:00 |
|
Michael Nebel
|
3b42dc25a1
|
C#: Also use AssemblyLookupLocation for framework dlls.
|
2024-04-10 12:56:48 +02:00 |
|
Michael Nebel
|
99f0ed26e9
|
C#: Make the assembly lookup case insensitive on the dll file extension and log if no dlls are found in a directory.
|
2024-04-10 12:45:28 +02:00 |
|
Michael Nebel
|
9eb13833fa
|
C#: Code quality improvements.
|
2024-04-10 12:45:18 +02:00 |
|
Michael Nebel
|
2bea927d43
|
C#: Update expected test output.
|
2024-04-10 12:41:39 +02:00 |
|
Michael Nebel
|
d04bf6b6d6
|
C#: Don't include Semmle.* dlls, if the executing runtime is used as framework.
|
2024-04-10 12:41:39 +02:00 |
|
Michael Nebel
|
646b272b4e
|
C#: Move the AssemblyPath class to its own file.
|
2024-04-10 12:41:39 +02:00 |
|
Michael Nebel
|
6299d9cecd
|
C#: Introduce AssemblyPath and re-factor AssemblyCache to use this instead of strings.
|
2024-04-10 12:41:29 +02:00 |
|
Michael Nebel
|
bee54e4247
|
C#: Add desktop runtime dependencies integration test.
|
2024-04-10 12:35:52 +02:00 |
|
Michael Nebel
|
bd1de179b3
|
Merge pull request #15887 from michaelnebel/csharp/qualifiedname
C#: Fully qualified name.
|
2024-04-09 14:26:36 +02:00 |
|
Michael Nebel
|
10d96ee02f
|
C#: Address review comments.
|
2024-04-09 10:31:48 +02:00 |
|
Tamas Vajk
|
80995ec1d7
|
Improve comments on environment variable names
|
2024-04-09 09:51:45 +02:00 |
|
Michael Nebel
|
fc689efd1b
|
C#: Add debug version of the getFullyQualifiedName predicate.
|
2024-04-08 13:47:59 +02:00 |
|
Michael Nebel
|
8fbfafc1d7
|
C#: Dont cache the deprecated getFullyQualifiedName predicate.
|
2024-04-08 13:46:45 +02:00 |
|
Michael Nebel
|
b677e89f35
|
C#: Deprecate getFullyQualifiedNameWithTypes.
|
2024-04-08 13:46:45 +02:00 |
|
Michael Nebel
|
8fa9191434
|
C#: Deprecate the getFullyQualifiedName predicate.
|
2024-04-08 13:46:44 +02:00 |
|
Michael Nebel
|
2fb9c2db6f
|
C#: Remove deprecated qualifiedName predicates.
|
2024-04-08 13:46:44 +02:00 |
|
Tamas Vajk
|
d7f8b96158
|
Improve logging
|
2024-04-08 13:15:33 +02:00 |
|
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 |
|
Tom Hvitved
|
fc02938687
|
Merge pull request #16088 from hvitved/csharp/library-property-store
C#: Include all non-source-code properties in data flow
|
2024-04-04 09:04:00 +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
|
813f5b99e7
|
C#: Update PrintAST query
|
2024-04-03 20:03:02 +02:00 |
|
Tom Hvitved
|
d93d6585d9
|
C#: Mark more expressions as compiler generated
|
2024-04-03 20:03:02 +02:00 |
|
Tamás Vajk
|
9be2b9cbdb
|
Merge pull request #16108 from tamasvajk/cleanup/utils
C#: Remove unused classes from `Util` project
|
2024-04-03 14:24:58 +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 |
|
Tom Hvitved
|
1dc13cc169
|
Merge pull request #15923 from hvitved/shared-xml-impl
Properly shared `XML.qll` implementation
|
2024-04-03 11:39:50 +02:00 |
|
Tom Hvitved
|
64e82bb00e
|
C#: Include all non-source-code properties in data flow
|
2024-04-03 10:22:36 +02:00 |
|
Tom Hvitved
|
cccb11f697
|
Merge pull request #16091 from hvitved/csharp/system-diagnostics-modules
C#: Neutralize some `System.Diagnostics` generated models
|
2024-04-03 10:21:56 +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 |
|
Tamas Vajk
|
0f980e2b97
|
C#: Properly dispose diagnostic writer objects
|
2024-04-03 09:47:24 +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 |
|
Geoffrey White
|
11acb499bb
|
Merge pull request #16042 from geoffw0/maddoc
Remove [potentially] untrue claims about models-as-data
|
2024-04-02 16:01:31 +01:00 |
|
Michael Nebel
|
c378d6a661
|
Merge pull request #16027 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2024-04-02 14:08:09 +02:00 |
|
Tom Hvitved
|
368a500d93
|
C#: Neutralize some System.Diagnostics generated models
|
2024-04-02 13:58:55 +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 |
|
github-actions[bot]
|
55987d9c1f
|
Add changed framework coverage reports
|
2024-04-02 00:16:19 +00:00 |
|
github-actions[bot]
|
8e61c6625b
|
Post-release preparation for codeql-cli-2.17.0
|
2024-04-01 15:27:42 +00:00 |
|
github-actions[bot]
|
ec97d9a304
|
Release preparation for version 2.17.0
|
2024-04-01 13:46:57 +00:00 |
|
Henry Mercer
|
0646744928
|
Merge branch 'main' into henrymercer/merge-back-rc-3.13
|
2024-03-26 12:59:12 +00: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 |
|
github-actions[bot]
|
f67b5f9158
|
Post-release preparation for codeql-cli-2.16.6
|
2024-03-25 18:17:15 +00:00 |
|
github-actions[bot]
|
71ab804274
|
Release preparation for version 2.16.6
|
2024-03-25 16:58:08 +00:00 |
|