Tamas Vajk
|
34e8318797
|
Rename the CCR query suite to code-quality
|
2025-03-27 08:36:53 +01:00 |
|
Michael Nebel
|
8bda7ce6be
|
C#: Update model generator expected test output.
|
2025-03-26 15:07:44 +01:00 |
|
Michael Nebel
|
8763d18c91
|
C#: Correct printing of out and ref notes in the model generator.
|
2025-03-26 15:06:26 +01:00 |
|
Michael Nebel
|
bcefdc8893
|
C#: Add model generator test cases with in/out parameters.
|
2025-03-26 15:06:13 +01:00 |
|
Tom Hvitved
|
023ffe22a0
|
C#: Make getPreUpdateNode Unique Again
|
2025-03-26 14:42:00 +01:00 |
|
Tamas Vajk
|
4e37e5add5
|
Add change note
|
2025-03-26 13:50:39 +01:00 |
|
Tamas Vajk
|
f6968af3ae
|
Add expected XSS test results
|
2025-03-26 11:03:32 +01:00 |
|
Anders Schack-Mulligen
|
d5d0274ce7
|
Java/SSA: Keep proper distinction between cached stages.
|
2025-03-25 13:43:55 +01:00 |
|
Michael B. Gale
|
fe1c098624
|
C#: Accept changes to .expected files
|
2025-03-25 12:39:37 +00:00 |
|
Anders Schack-Mulligen
|
b3bea97320
|
C#: Accept test changes.
|
2025-03-25 12:31:03 +01:00 |
|
Michael Nebel
|
d9fb137909
|
C#: Add upgrade- and downgrade scripts.
|
2025-03-24 12:00:15 +01:00 |
|
Tamás Vajk
|
03f93ddef5
|
Merge pull request #19050 from tamasvajk/tamasvajk/fix-fallback-restore
C#: Fix buildless fallback restore logic
|
2025-03-24 09:31:52 +01:00 |
|
Michael Nebel
|
acec97db94
|
C#: Add change-note.
|
2025-03-21 13:32:44 +01:00 |
|
Michael Nebel
|
5ae7e5ddb3
|
C#: Update other test expected output files.
|
2025-03-21 13:23:11 +01:00 |
|
Michael Nebel
|
a73a61b8fa
|
C#: Add PrintAst test for string interpolation expressions.
|
2025-03-21 13:04:43 +01:00 |
|
Michael Nebel
|
2ca5ec0032
|
C#: Add some string interpolation tests with alignment and formatting.
|
2025-03-21 13:04:40 +01:00 |
|
Michael Nebel
|
af6e1bda4c
|
C#: Extract alignment and format clauses of string interpolation expressions.
|
2025-03-21 13:04:39 +01:00 |
|
Tamas Vajk
|
e20c46a14a
|
Add change note
|
2025-03-21 08:24:22 +01:00 |
|
Chris Smowton
|
9a2a13ed55
|
Merge remote-tracking branch 'origin/main' into smowton/admin/merge-rc317-into-main
|
2025-03-19 16:01:29 +00:00 |
|
github-actions[bot]
|
51cdeefafb
|
Post-release preparation for codeql-cli-2.20.7
|
2025-03-17 13:00:41 +00:00 |
|
github-actions[bot]
|
2d64a618e6
|
Release preparation for version 2.20.7
|
2025-03-17 12:15:54 +00:00 |
|
Michael Nebel
|
b3a1ff1fc3
|
C#: Add cs/non-short-circuit to the CCR suite.
|
2025-03-14 10:52:25 +01:00 |
|
Michael Nebel
|
a3ef137a8e
|
Merge pull request #19014 from michaelnebel/csharp/ccr-useless-gethashcode-all
C#: Add `cs/useless-gethashcode-call` to the CCR suite.
|
2025-03-14 08:45:31 +01:00 |
|
Michael Nebel
|
563ffb8c27
|
Merge pull request #19010 from michaelnebel/csharp/useless-gethashcode-call
C#: Increase precision of `cs/useless-gethashcode-call`.
|
2025-03-14 08:44:38 +01:00 |
|
Michael Nebel
|
e2699586db
|
C#: Add cs/useless-gethashcode-call to the CCR suite.
|
2025-03-13 15:42:28 +01:00 |
|
Michael Nebel
|
dff66c7b28
|
C#: Add change-note.
|
2025-03-13 13:42:58 +01:00 |
|
Michael Nebel
|
36a524929f
|
C#: Update tests and test expected output.
|
2025-03-13 13:38:13 +01:00 |
|
Michael Nebel
|
4b02198652
|
C#: Only consider calling GetHashCode on byte, sbyte, short, ushort and int as useless.
|
2025-03-13 13:32:22 +01:00 |
|
Michael Nebel
|
a6ec8b6a25
|
C#: Convert tests cs/useless-gethashcode-call to inline tests.
|
2025-03-13 13:31:20 +01:00 |
|
Michael Nebel
|
b1edd9294b
|
C#: Add some more test cases to cs/local-not-disposed.
|
2025-03-13 11:19:37 +01:00 |
|
Michael Nebel
|
209b9c6114
|
C#: Re-factor to use inline expectation tests instead.
|
2025-03-13 11:11:23 +01:00 |
|
Michael Nebel
|
40375a0387
|
C#: Use stubs for the cs/local-not-disposed tests.
|
2025-03-13 10:47:45 +01:00 |
|
Michael Nebel
|
5eb9a535a4
|
C#: Remove disposal test for library code as we are no longer doing CIL extraction or data flow.
|
2025-03-13 10:45:00 +01:00 |
|
Michael Nebel
|
b76527fa84
|
C#: Add cs/constant-condition to the CCR suite.
|
2025-03-12 14:55:20 +01:00 |
|
Michael Nebel
|
e79cb443da
|
Merge pull request #18976 from michaelnebel/csharp/constant-condition
C#: Increase precision of `cs/constant-condition`.
|
2025-03-12 14:42:15 +01:00 |
|
Michael Nebel
|
42f86a8234
|
Update csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2025-03-12 11:13:25 +01:00 |
|
Michael Nebel
|
9e8339db6d
|
Merge pull request #18961 from michaelnebel/csharp/ccr-local-not-disposed
C#: Add `cs/local-not-disposed` to the CCR suite.
|
2025-03-12 09:18:40 +01:00 |
|
Michael Nebel
|
4a3e463918
|
Merge pull request #18950 from michaelnebel/csharp/localnotdisposed
C#: Exclude Task from cs/local-not-disposed.
|
2025-03-12 09:17:22 +01:00 |
|
Michael Nebel
|
371a72ecec
|
C#: Move Bad test into other file to avoid sync-files breakage.
|
2025-03-11 14:54:13 +01:00 |
|
Michael Nebel
|
1286420d39
|
C#: Add change-note.
|
2025-03-11 14:42:51 +01:00 |
|
Michael Nebel
|
120af3611a
|
C#: Update test expected output.
|
2025-03-11 14:39:09 +01:00 |
|
Michael Nebel
|
150aa5d1cf
|
C#: Include normal switch/case statements in the white list and allow the use of wildcards when there is a condition.
|
2025-03-11 14:37:56 +01:00 |
|
Michael Nebel
|
c15137e992
|
C#: Update test expected output.
|
2025-03-11 14:36:34 +01:00 |
|
Michael Nebel
|
f42ae48ffa
|
C#: Add some switch case examples.
|
2025-03-11 14:35:04 +01:00 |
|
Michael Nebel
|
4451e55bba
|
C#: Convert cs/constant-condition tests to inline expectation tests.
|
2025-03-11 13:35:05 +01:00 |
|
Michael Nebel
|
744936fbd7
|
C#: Add cs/local-not-disposed to the CCR suite.
|
2025-03-11 12:46:16 +01:00 |
|
Michael Nebel
|
ca553bf1a2
|
Merge pull request #18932 from michaelnebel/csharp/ismatchingconstantunknowtype
C#: Special handling of unknown types in `isMatchingConstant`.
|
2025-03-10 14:37:27 +01:00 |
|
Michael Nebel
|
21aa62c18c
|
C#: Address review comments.
|
2025-03-10 13:28:20 +01:00 |
|
Michael Nebel
|
a16c2c80f7
|
C#: Add change-note.
|
2025-03-10 13:03:01 +01:00 |
|
Michael Nebel
|
26f0f7f6da
|
Update csharp/ql/test/query-tests/API Abuse/NoDisposeCallOnLocalIDisposable/NoDisposeCallOnLocalIDisposable.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-03-10 12:40:25 +01:00 |
|