Michael Nebel
|
39abd5c004
|
C#: Update test expected output.
|
2025-04-24 08:54:40 +02:00 |
|
Michael Nebel
|
11dffc6647
|
C#: Add more invalid-string-formatting testcases.
|
2025-04-24 08:54:37 +02:00 |
|
Michael Nebel
|
8fb5fe97aa
|
C#: Update test expected output.
|
2025-04-24 08:54:36 +02:00 |
|
Michael Nebel
|
f73b7429c6
|
C#: Remove false positive example.
|
2025-04-24 08:54:33 +02:00 |
|
Michael Nebel
|
175e4ecb74
|
C#: Add more format testcases.
|
2025-04-24 08:54:31 +02:00 |
|
Michael Nebel
|
9cfd6e30b9
|
C#: Convert testing of cs/invalid-string-formatting to inline expectations and adjust some of the testcases.
|
2025-04-24 08:54:28 +02:00 |
|
Michael Nebel
|
f11aec3592
|
C#: Update test expected output.
|
2025-04-14 14:26:51 +02:00 |
|
Michael Nebel
|
2e7e276806
|
C#: Add test case for authorization attribute that extends Authorize.
|
2025-04-14 14:18:30 +02:00 |
|
Michael Nebel
|
8d571672e9
|
C#: Convert cs/missing-access-control to inline expectations test.
|
2025-04-14 13:54:43 +02:00 |
|
Michael Nebel
|
70a174ad5a
|
C#: Address review comments.
|
2025-04-04 11:47:46 +02:00 |
|
Michael Nebel
|
dd1fbd28be
|
C#: Add string interpolation examples to cs/useless-assignment-to-local.
|
2025-04-04 10:08:41 +02:00 |
|
Michael Nebel
|
2b88600f0f
|
C#: Re-factor cs/useless-assignment-to-local tests to use inline test framework.
|
2025-04-04 10:08:39 +02:00 |
|
Michael Nebel
|
5a4e0cea55
|
Merge pull request #19199 from michaelnebel/csharp/synctestfiles
C#: Accept file sync mismatch for C# testfiles.
|
2025-04-04 10:07:05 +02:00 |
|
Michael Nebel
|
16142a287a
|
C#: Add NoDisposeCallOnLocalIDisposableBad file and update test expected output.
|
2025-04-02 15:43:52 +02:00 |
|
Michael Nebel
|
2193bece90
|
C#: Update test expected output.
|
2025-04-02 15:30:48 +02:00 |
|
Michael Nebel
|
93d0f364d6
|
C#: Add ConstantConditionBad file.
|
2025-04-02 15:00:05 +02:00 |
|
Michael Nebel
|
d7f5ce2492
|
C#: Update log forging expected test output.
|
2025-04-02 11:21:07 +02:00 |
|
Michael Nebel
|
08159896f3
|
C#: Convert cs/log-forging tests to inline expectations.
|
2025-04-02 11:21:03 +02:00 |
|
Michael Nebel
|
60e3b4351a
|
C#: Fix simple types testcases.
|
2025-04-02 11:21:01 +02:00 |
|
Ian Roof
|
1d81c77fcd
|
C#: Enhanced LogForgingQuery to treat C# Enums as simple types.
|
2025-04-02 09:40:10 +02: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
|
36a524929f
|
C#: Update tests and test expected output.
|
2025-03-13 13:38:13 +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
|
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
|
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
|
120af3611a
|
C#: Update test expected output.
|
2025-03-11 14:39:09 +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
|
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 |
|
Michael Nebel
|
3f8679a099
|
C#: Update test expected output.
|
2025-03-07 16:00:28 +01:00 |
|
Michael Nebel
|
f58c72ed59
|
C#: Add example for local not disposed involving tasks.
|
2025-03-07 14:44:29 +01:00 |
|
Michael Nebel
|
3903a90a11
|
C#: Update expected test output.
|
2025-03-07 13:22:37 +01:00 |
|
Michael Nebel
|
5c0fc1f75b
|
C#: Add BMN tests for cs/constant-condition.
|
2025-03-07 13:22:34 +01:00 |
|
Michael Nebel
|
431586bb70
|
C#: Make the same folder structure for BMN tests as used for traced extractor tests.
|
2025-03-07 13:22:32 +01:00 |
|
Michael Nebel
|
dd7d5d031c
|
C#: Update test expected output.
|
2025-03-05 15:27:01 +01:00 |
|
Michael Nebel
|
361bdfac12
|
C#: Add a testcase with an empty if statement containing a comment.
|
2025-03-05 15:22:22 +01:00 |
|
Michael Nebel
|
a9d45a2aa2
|
C#: Add some tests for cs/useless-if-statement.
|
2025-03-05 14:32:41 +01: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
|
d371723fe4
|
Fix test
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
35fd4d226f
|
Oops
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
44e6691e6d
|
Add implementation and tests
|
2025-03-03 15:32:15 +01:00 |
|
Michael Nebel
|
97f9f0ccc5
|
C#: Update test expected output.
|
2025-02-24 13:53:50 +01:00 |
|
Michael Nebel
|
5eb305da93
|
C#: Add some value tuple examples for cs/call-to-object-tostring and update test expected output.
|
2025-02-24 13:42:30 +01:00 |
|