Michael Nebel
|
f200c3ce85
|
C#: Add field location example.
|
2025-10-09 14:04:10 +02:00 |
|
Michael Nebel
|
b9eae31172
|
C#: Add parameter locations test.
|
2025-10-09 14:04:08 +02:00 |
|
Michael Nebel
|
cdfa58645a
|
C#: Add change-note.
|
2025-10-08 10:14:51 +02:00 |
|
Michael Nebel
|
eb84b1441a
|
C#: Add some locations tests for type parameters and tuple types.
|
2025-10-07 15:26:33 +02:00 |
|
Michael Nebel
|
f0842e430d
|
C#: Respect the context when extracting locations for type parameters and tuple typles.
|
2025-10-07 15:26:31 +02:00 |
|
Michael Nebel
|
584d8c5377
|
C#: Add change-note.
|
2025-10-07 14:24:21 +02:00 |
|
Michael Nebel
|
f9d62a0efc
|
C#: Narrow the use of unbound declaration locations to nested types.
|
2025-10-07 09:43:39 +02:00 |
|
Michael Nebel
|
6149608c03
|
C#: Always use the unbound type declaration location for type location.
|
2025-10-06 16:41:12 +02:00 |
|
Michael Nebel
|
b362b4657f
|
C#: Add some examples with nested types.
|
2025-10-06 16:40:13 +02:00 |
|
Michael Nebel
|
7b61a5fffa
|
C#: Update some test expected output that uses the location of the implicit constructor.
|
2025-10-06 14:02:17 +02:00 |
|
Michael Nebel
|
0ba9b80d08
|
C#: Add some more partial class related tests.
|
2025-10-06 14:02:15 +02:00 |
|
Michael Nebel
|
12dc65d170
|
C#: For implicit constructors, pick a unique source location as reporting location (if any).
|
2025-10-06 14:02:13 +02:00 |
|
Michael Nebel
|
b5592ad42f
|
C#: Add partial class example.
|
2025-10-06 14:02:12 +02:00 |
|
Michael Nebel
|
0cd7c37209
|
C#: Avoid extracting duplicate type locations.
|
2025-10-06 14:02:10 +02:00 |
|
Michael Nebel
|
f2b45b8726
|
C#: Add type locations test.
|
2025-10-06 14:02:07 +02:00 |
|
Anders Schack-Mulligen
|
84a65bef43
|
C#: Add change note.
|
2025-10-03 16:29:56 +02:00 |
|
Anders Schack-Mulligen
|
613c789378
|
C#: Remove some obsolete tests.
|
2025-10-03 15:29:36 +02:00 |
|
Anders Schack-Mulligen
|
b392767252
|
C#: Accept qltest changes.
|
2025-10-03 15:29:35 +02:00 |
|
Anders Schack-Mulligen
|
df6172b1f3
|
C#: Update nullness qltest
|
2025-10-03 15:29:35 +02:00 |
|
Anders Schack-Mulligen
|
64810f6fb5
|
C#: Improve ConstantCondition.ql
|
2025-10-03 15:29:34 +02:00 |
|
Anders Schack-Mulligen
|
587901bc8a
|
C#: Replace NullMaybe.ql implementation.
|
2025-10-03 15:29:34 +02:00 |
|
Anders Schack-Mulligen
|
6cfadbfe90
|
C#: Clean up.
|
2025-10-03 15:29:33 +02:00 |
|
Anders Schack-Mulligen
|
c2d21e95b9
|
C#: Instantiate ControlFlowReachability and implement new nullness.
|
2025-10-03 15:29:33 +02:00 |
|
Anders Schack-Mulligen
|
449059f1ac
|
C#: Disable FinallySplit, BooleanSplit, and LoopSplit
|
2025-10-03 15:29:32 +02:00 |
|
Anders Schack-Mulligen
|
b52a9a818c
|
C#: Instantiate shared Guards.
|
2025-10-03 15:29:32 +02:00 |
|
Michael Nebel
|
b5aa972bd1
|
Merge pull request #20525 from michaelnebel/csharp/reducelocationtuples
C#: Reduce location tuples.
|
2025-10-02 12:32:35 +02:00 |
|
Michael Nebel
|
57efa05215
|
C#: Add change note.
|
2025-10-02 11:34:14 +02:00 |
|
Michael Nebel
|
191dae47fd
|
C#: Add a stub for the System.Uri class for the CWE-611 test.
|
2025-10-01 14:44:54 -07:00 |
|
ewillonermsft
|
6f57e5a13e
|
Merge branch 'main' into systemwebhttprequest-test-stubs
|
2025-10-01 14:33:09 -07:00 |
|
Michael Nebel
|
018ccb3354
|
C#: Update locations test expected output.
|
2025-09-30 11:33:28 +02:00 |
|
Michael Nebel
|
d7a2c7da18
|
C#: Adjust the QL library to use the locations of the unbound declarations.
|
2025-09-30 11:33:26 +02:00 |
|
Michael Nebel
|
b2cbac3250
|
C#: Temporarily update the test expected file.
|
2025-09-30 11:33:23 +02:00 |
|
Michael Nebel
|
443c183e41
|
C#: Only extract locations for unbound declarations (if a declaration can be unfound) and don't extract empty locations.
|
2025-09-30 11:33:21 +02:00 |
|
Michael Nebel
|
e9901305b2
|
C#: Rename GeneratedLocation to EmptyLocation and make sure that we always create one such location.
|
2025-09-30 11:33:19 +02:00 |
|
Michael Nebel
|
5843fdbdd8
|
C#: Add a locations example.
|
2025-09-30 11:33:17 +02:00 |
|
github-actions[bot]
|
a7a4e43991
|
Post-release preparation for codeql-cli-2.23.2
|
2025-09-29 15:10:19 +00:00 |
|
Nick Rolfe
|
a76d736136
|
C#: tweak changelog wording
|
2025-09-29 15:32:52 +01:00 |
|
github-actions[bot]
|
d2130a589b
|
Release preparation for version 2.23.2
|
2025-09-29 10:28:45 +00:00 |
|
ewillonermsft
|
b267bd11e0
|
Update properties to getters which is inline with the actual implementation.
|
2025-09-25 10:37:56 -07:00 |
|
ewillonermsft
|
b49b84e072
|
Remove this[] logic from the commit.
Stub should not include code logic.
|
2025-09-25 10:10:48 -07:00 |
|
ewillonermsft
|
b2fc68ff81
|
Add additional SystemWeb HttpRequset properties to C# test stubs
|
2025-09-24 18:24:36 -07:00 |
|
Simon Friis Vindum
|
7d6e2060e5
|
Adapt all languages to changes in shared library
|
2025-09-22 14:18:58 +02:00 |
|
Michael Nebel
|
398f29a995
|
Merge pull request #20292 from michaelnebel/csharp/code-quality-extended
C#: Add most `medium` precision queries to the `code-quality-extended` suite.
|
2025-09-17 14:34:08 +02:00 |
|
Ian Lynagh
|
c653d939d9
|
Merge pull request #20451 from github/post-release-prep/codeql-cli-2.23.1
Post-release preparation for codeql-cli-2.23.1
|
2025-09-17 13:00:14 +01:00 |
|
Anders Schack-Mulligen
|
afc98cacbe
|
C#: Add change note.
|
2025-09-17 12:49:25 +02:00 |
|
github-actions[bot]
|
4e8343664f
|
Post-release preparation for codeql-cli-2.23.1
|
2025-09-17 10:13:40 +00:00 |
|
Anders Schack-Mulligen
|
5e76d5ff3f
|
C#: Rename predicate as per review, and fixup qltest.
|
2025-09-17 11:58:39 +02:00 |
|
Anders Schack-Mulligen
|
62c8f28e74
|
C#: Bugfix for nullguards for complex patterns.
|
2025-09-17 09:28:54 +02:00 |
|
github-actions[bot]
|
02a1b1efcb
|
Release preparation for version 2.23.1
|
2025-09-16 14:14:42 +00:00 |
|
Michael Nebel
|
d903448695
|
C#: Add change note.
|
2025-09-16 13:58:28 +02:00 |
|