github-actions[bot]
|
b961c5961d
|
Release preparation for version 2.21.1
|
2025-04-14 09:53:06 +00:00 |
|
Mathias Vorreiter Pedersen
|
04bf908a4b
|
C#: Fixup MaD input.
|
2025-04-10 14:01:00 +01:00 |
|
Michael Nebel
|
49ecff3292
|
C#: Add cs/useless-assignment-to-local to the CCR suite.
|
2025-04-04 10:08:38 +02:00 |
|
Michael Nebel
|
22c943657a
|
C#: Update change note.
|
2025-04-02 11:21:11 +02:00 |
|
Ian Roof
|
1d81c77fcd
|
C#: Enhanced LogForgingQuery to treat C# Enums as simple types.
|
2025-04-02 09:40:10 +02:00 |
|
Arthur Baars
|
0e23b86bf5
|
Merge pull request #19182 from github/post-release-prep/codeql-cli-2.21.0
Post-release preparation for codeql-cli-2.21.0
|
2025-04-01 15:12:29 +02:00 |
|
github-actions[bot]
|
10205cb990
|
Post-release preparation for codeql-cli-2.21.0
|
2025-04-01 11:30:43 +00:00 |
|
Michael Nebel
|
de6e3eafb9
|
C#: Add change note.
|
2025-04-01 08:32:52 +02:00 |
|
github-actions[bot]
|
84f6564cc0
|
Release preparation for version 2.21.0
|
2025-03-31 17:35:15 +00:00 |
|
Michael Nebel
|
0a0ec180ec
|
Merge pull request #19114 from michaelnebel/csharp/modelgenparammodifiers
C#: Correct printing of returns via out/ref parameters in model generation.
|
2025-03-27 10:03:27 +01:00 |
|
Tamas Vajk
|
34e8318797
|
Rename the CCR query suite to code-quality
|
2025-03-27 08:36:53 +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 |
|
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 |
|
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
|
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
|
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
|
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
|
1286420d39
|
C#: Add change-note.
|
2025-03-11 14:42:51 +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
|
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
|
13226edbeb
|
C#: Add change-note.
|
2025-03-10 10:54:20 +01:00 |
|
Michael Nebel
|
7a99dfaebe
|
C#: Do flag missing Dispose calls on Task and Task<>.
|
2025-03-07 15:14:07 +01:00 |
|
Michael Nebel
|
c9796ee297
|
C#: Add cs/call-to-object-tostring to the CCR query suite.
|
2025-03-07 09:52:08 +01:00 |
|
Michael Nebel
|
c73eeec814
|
C#: Add change note.
|
2025-03-05 15:33:02 +01:00 |
|
Michael Nebel
|
35fbaf4ac3
|
C#: Do flag empty if statements if there is a comment in cs/useless-if-statement.
|
2025-03-05 15:26:39 +01:00 |
|
github-actions[bot]
|
58f355ae5a
|
Post-release preparation for codeql-cli-2.20.6
|
2025-03-03 18:18:15 +00:00 |
|
github-actions[bot]
|
fa850cccb1
|
Release preparation for version 2.20.6
|
2025-03-03 17:13:19 +00:00 |
|
Carl Dybdahl
|
2f7cdf1bfa
|
Improvements
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
b3447959fa
|
Match autoformatting, add QLDoc references
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
d82295c54a
|
Add QLDoc
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
aa6779f19f
|
Add changelog
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
44e6691e6d
|
Add implementation and tests
|
2025-03-03 15:32:15 +01:00 |
|
Tamás Vajk
|
11d145131f
|
Merge pull request #18835 from tamasvajk/tamasvajk/csharp-ccr
Add queries to C# CCR suite
|
2025-02-25 16:20:35 +01:00 |
|
Michael Nebel
|
e8f86e41f4
|
C#: Add change note.
|
2025-02-24 13:58:55 +01:00 |
|
Michael Nebel
|
a85131bf0f
|
C#: Better handling of (value) tuple types in cs/call-to-object-tostring.
|
2025-02-24 13:53:16 +01:00 |
|
Tamas Vajk
|
24bd9fb7e5
|
Add queries to C# CCR suite
|
2025-02-21 14:24:09 +01:00 |
|
github-actions[bot]
|
ad24f94a77
|
Post-release preparation for codeql-cli-2.20.5
|
2025-02-17 17:58:24 +00:00 |
|