Michael Nebel
|
51be175111
|
C#: Add public members testcase and expected output.
|
2023-03-01 10:42:28 +01:00 |
|
Michael Nebel
|
363dd49a3c
|
C#: Add explicit interface implementation examples and update expected test output.
|
2023-03-01 10:42:28 +01:00 |
|
Michael Nebel
|
0dc6ada616
|
Merge pull request #12234 from michaelnebel/csharp/filescopedtypes
C# 11: Support for `file` scoped types.
|
2023-03-01 10:39:46 +01:00 |
|
Michael Nebel
|
51746627d2
|
C#: Address review comments.
|
2023-02-28 13:38:34 +01:00 |
|
Michael Nebel
|
4ef866b3a3
|
C#: Add change note.
|
2023-02-28 13:21:31 +01:00 |
|
Michael Nebel
|
baea74fa1b
|
C#: Add new testexamples and update expected testoutput.
|
2023-02-28 13:21:31 +01:00 |
|
Michael Nebel
|
621674e82e
|
C#: Update cs/static/field-written-by-instance to handle properties.
|
2023-02-28 13:21:30 +01:00 |
|
Michael Nebel
|
2db3694015
|
C#: Add code comment explaining the exclusion of the declared accessibility extraction for file scoped types.
|
2023-02-28 11:02:38 +01:00 |
|
Tom Hvitved
|
af14f36127
|
Merge pull request #12289 from hvitved/util/file-system
Util: Add shared file system implementation
|
2023-02-24 11:23:48 +01:00 |
|
Tom Hvitved
|
ad37523b07
|
C#: Adopt shared file system implementation
|
2023-02-23 10:21:04 +01:00 |
|
Michael Nebel
|
cf659f9a5e
|
Merge pull request #12261 from michaelnebel/csharpjava/refactorissupported
C#/Java: Re-factor the `isSupported` predicate.
|
2023-02-23 10:06:11 +01:00 |
|
Michael Nebel
|
47c69d924b
|
C#: Update comment on the isSupported predicate.
|
2023-02-22 09:05:28 +01:00 |
|
Michael Nebel
|
b4a6d1e1b6
|
C#: Add change note.
|
2023-02-22 08:59:14 +01:00 |
|
Michael Nebel
|
3e0aacd36b
|
C#: Generalize modifier extraction from symbols.
|
2023-02-22 08:53:29 +01:00 |
|
Michael Nebel
|
f594411c43
|
C#: Re-factor isSupported for the telemetry queries.
|
2023-02-20 13:53:18 +01:00 |
|
Michael Nebel
|
35793b4de5
|
C#: Add change note.
|
2023-02-20 10:30:11 +01:00 |
|
Michael Nebel
|
7aeb61ca71
|
C#: Add file scoped test cases.
|
2023-02-20 10:30:10 +01:00 |
|
Michael Nebel
|
81fde0ea79
|
C#: Make library support for file scoped types.
|
2023-02-20 10:30:10 +01:00 |
|
Michael Nebel
|
ffb8a57893
|
C#: Make extractor support for file scoped types.
|
2023-02-20 10:30:10 +01:00 |
|
Nick Rolfe
|
3e5534f0ba
|
Merge branch 'main' into post-release-prep/codeql-cli-2.12.3
|
2023-02-17 14:39:26 +00:00 |
|
Michael Nebel
|
8b967f9706
|
C#: Re-factor BuildNamedTypeId.
|
2023-02-17 11:49:12 +01:00 |
|
Michael Nebel
|
b87de911ba
|
C#: Add change note.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
3971dedcf6
|
C#: Add testcase for required members.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
c0b8e852c5
|
C#: Add library support for required members.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
2d46dd2936
|
C#: Add extractor support for the required modifier for fields and properties.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
ff9e738d38
|
Merge pull request #12167 from michaelnebel/csharp/deprecategetassemblyname
C#: Checked operator support.
|
2023-02-17 08:39:32 +01:00 |
|
github-actions[bot]
|
8eb8daa4d4
|
Post-release preparation for codeql-cli-2.12.3
|
2023-02-16 17:23:25 +00:00 |
|
github-actions[bot]
|
b0315119c6
|
Release preparation for version 2.12.3
|
2023-02-16 11:49:06 +00:00 |
|
Michael B. Gale
|
e28be5d98f
|
Make msbuild work on Arm-based Macs
|
2023-02-16 11:07:38 +00:00 |
|
Michael B. Gale
|
75c75ea49c
|
Correctly select dotnet platform on arm-based macs
|
2023-02-16 11:07:37 +00:00 |
|
Michael B. Gale
|
9db1366e4b
|
Change target framework to 4.0 for mono
|
2023-02-16 09:55:58 +00:00 |
|
Michael B. Gale
|
f1adb4319a
|
Add C# integration test which uses MSBuild
|
2023-02-16 09:55:57 +00:00 |
|
Michael Nebel
|
469b289db9
|
C#: Add change note.
|
2023-02-14 13:14:45 +01:00 |
|
Michael Nebel
|
b3c234d020
|
C#: Add testcases for checked operators.
|
2023-02-14 12:59:36 +01:00 |
|
Michael Nebel
|
238a70fc55
|
C#: Add library support for checked operators.
|
2023-02-14 12:58:15 +01:00 |
|
Michael Nebel
|
b7123aaa89
|
C#: Add viable callable testcases for regular and checked operators.
|
2023-02-14 12:57:59 +01:00 |
|
Michael Nebel
|
b3602a5b7f
|
C#: Use functionname as stored in the database.
|
2023-02-13 13:53:46 +01:00 |
|
Anders Schack-Mulligen
|
e877b161d8
|
Merge pull request #12124 from hvitved/dataflow/stage1-dispatch
Data flow: Call context virtual dispatch pruning in stage 1
|
2023-02-13 13:13:43 +01:00 |
|
Tom Hvitved
|
f7a5a33474
|
Address review comment
|
2023-02-13 09:01:15 +01:00 |
|
Michael Nebel
|
db41463d72
|
C#: Test of relaxed shift operator requirements.
|
2023-02-10 10:33:20 +01:00 |
|
Michael Nebel
|
1bd223b8c8
|
Merge pull request #12103 from michaelnebel/csharp/scopedmodfier
C# 11: Scoped parameters and local variables.
|
2023-02-10 10:04:09 +01:00 |
|
Michael Nebel
|
8d8ebeade1
|
Merge pull request #12067 from michaelnebel/csharp/reflectionload
C#: Delete dead assembly load code.
|
2023-02-09 18:49:36 +01:00 |
|
Michael Nebel
|
0f469ee0f7
|
C#: Add stats for the scoped annotation relation.
|
2023-02-09 12:28:15 +01:00 |
|
Michael Nebel
|
d4985a99e0
|
C#: Add change note.
|
2023-02-09 11:32:09 +01:00 |
|
Michael Nebel
|
59ab353827
|
C#: Add upgrade and downgrade scripts.
|
2023-02-09 11:32:09 +01:00 |
|
Michael Nebel
|
54b45134ef
|
C#: Add example code including tests.
|
2023-02-09 11:32:09 +01:00 |
|
Michael Nebel
|
c00b089aa8
|
C#: Introduce library support for scoped.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
955f23d021
|
C#: Introduce extractor support for scoped variables and parameters.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
dd6ceb7053
|
C#: Extend the DB schema with a scoped annotation relation.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
7e174dce8b
|
C#: Re-factor. Introduce variablekind enum.
|
2023-02-09 11:32:08 +01:00 |
|