Owen Mansel-Chan
|
45eb14975a
|
C#: Inline expectation should have space after $
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
|
2026-03-04 12:45:02 +00:00 |
|
Michael Nebel
|
cfd4be6b4e
|
C#: Update test expected output.
|
2026-03-03 14:39:57 +01:00 |
|
Michael Nebel
|
8807217e49
|
C#: Add implicit conversion operator taint example.
|
2026-03-03 14:26:46 +01:00 |
|
Michael Nebel
|
8380474acd
|
C#: Update other test expected output.
|
2026-03-02 15:32:37 +01:00 |
|
Michael Nebel
|
a3d15dbaa3
|
C#: Update test expected output for new tests.
|
2026-03-02 15:25:31 +01:00 |
|
Michael Nebel
|
4e63b83fd3
|
C#: Add struct source model example.
|
2026-03-02 14:50:04 +01:00 |
|
Michael Nebel
|
ea1fc43732
|
C#: Add data flow test for struct.
|
2026-03-02 14:50:01 +01:00 |
|
Michael Nebel
|
113565ba76
|
C#: Update test expected output.
|
2026-02-24 14:38:59 +01:00 |
|
Michael Nebel
|
884c61604e
|
C#: Add dataflow test for partial constructors.
|
2026-02-24 14:32:22 +01:00 |
|
Michael Nebel
|
c5e1f0ccc9
|
C#: Update partial tests and expected output.
|
2026-02-24 14:32:20 +01:00 |
|
Michael Nebel
|
a255b4f50f
|
C#: Update test expected output.
|
2026-02-24 07:56:00 +01:00 |
|
Michael Nebel
|
03a54bfbf9
|
C#: Update test expected output.
|
2026-02-24 07:55:57 +01:00 |
|
Michael Nebel
|
7d7bbf2a50
|
C#: Add data flow test for partial method.
|
2026-02-23 15:10:15 +01:00 |
|
Michael Nebel
|
0e543a9843
|
C#: Update partial method test to count the number of extracted bodies.
|
2026-02-23 15:10:14 +01:00 |
|
Michael Nebel
|
a83c53ec9a
|
C#: Add a partial method example with a body.
|
2026-02-23 15:10:12 +01:00 |
|
Tom Hvitved
|
6dfbd4e062
|
Merge pull request #21342 from hvitved/csharp/equals-nullable-tests
C#: Add tests for `Equals` methods with nullable parameter types
|
2026-02-19 09:08:33 +01:00 |
|
Tom Hvitved
|
93d417049c
|
C#: Add tests for Equals methods with nullable parameter types
|
2026-02-18 08:42:15 +01:00 |
|
Michael Nebel
|
a8e93e7fa0
|
Merge pull request #21325 from michaelnebel/csharp14/partialmembers
C# 14: Support for partial `event` declarations.
|
2026-02-17 15:00:00 +01:00 |
|
Michael Nebel
|
43c6e7d250
|
C#: Update test expected output.
|
2026-02-16 16:10:32 +01:00 |
|
Michael Nebel
|
eec4739497
|
C#: Add viable callable test for partial event.
|
2026-02-16 16:10:26 +01:00 |
|
Michael Nebel
|
2b78a7b256
|
C#: Add PartialEvent test case.
|
2026-02-16 16:10:25 +01:00 |
|
Michael Nebel
|
97c0267614
|
C#: Add data flow test for properties using the field keyword.
|
2026-02-13 14:18:16 +01:00 |
|
Michael Nebel
|
113f3e880b
|
C#: Add property test case where the field keyword is used.
|
2026-02-13 12:42:27 +01:00 |
|
Michael Nebel
|
0ac1bc4c57
|
Merge pull request #21299 from microsoft/lwsimpkins/csharp-mad-httputility-upstream
Update MaD for System.Web.HttpUtility
|
2026-02-11 08:47:29 +01:00 |
|
Michael Nebel
|
ece85854cd
|
Merge pull request #21285 from michaelnebel/csharp14/implicittypedlambdaparametermodifiers
C# 14: [TEST ONLY] Simple lambda parameters with modifiers.
|
2026-02-10 14:16:19 +01:00 |
|
Michael Nebel
|
c15ad31b07
|
Merge pull request #21220 from michaelnebel/csharp14/extension
C# 14: Support `extension` types.
|
2026-02-10 14:15:57 +01:00 |
|
Lindsay Simpkins
|
ba3fc0a769
|
update csharp MaD for System.Web.HttpUtility for tainted URIs
|
2026-02-09 16:48:05 -05:00 |
|
Michael Nebel
|
eff9f99f44
|
C#: Update test expected output.
|
2026-02-09 13:30:14 +01:00 |
|
Michael Nebel
|
d9fea156f6
|
C#: Update MaD models for extension members.
|
2026-02-09 13:28:11 +01:00 |
|
Michael Nebel
|
6c355a1bf8
|
C#: Update test expected output.
|
2026-02-06 14:38:27 +01:00 |
|
Michael Nebel
|
e550d4937c
|
C#: Update parameter modifiers test to include lambda expression from the new test file.
|
2026-02-06 14:37:50 +01:00 |
|
Michael Nebel
|
62a6b5985d
|
C#: Add test cases for lambda parameter modifiers.
|
2026-02-06 14:37:11 +01:00 |
|
Michael Nebel
|
bd3e4d3d7e
|
C#: Add MaD tests for extensions.
|
2026-02-05 15:38:29 +01:00 |
|
Michael Nebel
|
4b6a53b577
|
C#: Add extension data flow test.
|
2026-02-05 15:38:27 +01:00 |
|
Michael Nebel
|
6cbe000d51
|
C#: Add PrintAst test for extensions.
|
2026-02-05 15:38:25 +01:00 |
|
Michael Nebel
|
c040daab9c
|
C#: Add extensions test.
|
2026-02-05 15:38:20 +01:00 |
|
Paolo Tranquilli
|
f79bd3f4cf
|
C#: accept location changes in test
|
2026-02-05 12:14:59 +01:00 |
|
Paolo Tranquilli
|
4973523404
|
C#: Fix CSRF query to check antiforgery attributes on base classes
Fixes https://github.com/github/codeql/discussions/21255
|
2026-02-04 09:42:20 +01:00 |
|
Tom Hvitved
|
fe0634574d
|
C#: Add more tests for InsecureDirectObjectReference.ql
|
2026-02-02 11:09:26 +01:00 |
|
Tom Hvitved
|
b11b091559
|
C#: Adapt to changes in FlowSummaryImpl
|
2026-01-26 12:39:38 +01:00 |
|
Michael Nebel
|
7ff1c12e8f
|
C#: Add some more tests.
|
2026-01-19 13:17:47 +01:00 |
|
Michael Nebel
|
33fc2bab33
|
C#: Update test expected output.
|
2026-01-19 10:19:15 +01:00 |
|
Michael Nebel
|
86198e3c43
|
C#: Add tests for out writeacceses.
|
2026-01-16 11:54:10 +01:00 |
|
Michael Nebel
|
ab432ec2e9
|
C#: Update test expected output.
|
2026-01-16 11:54:04 +01:00 |
|
Michael Nebel
|
f0135e93c5
|
C#: Add a tests for MaybeNullExpr.
|
2026-01-16 11:54:01 +01:00 |
|
Michael Nebel
|
4ba89230db
|
C#: Update test expected output.
|
2026-01-16 11:53:59 +01:00 |
|
Michael Nebel
|
0bf0cbae8f
|
C#: Add some null conditional assignments CFG tests.
|
2026-01-16 11:53:57 +01:00 |
|
Michael Nebel
|
b061c4d083
|
C#: Update test expected output.
|
2026-01-16 11:53:55 +01:00 |
|
Michael Nebel
|
7ed3d3f3e1
|
Merge pull request #21065 from michaelnebel/csharp/implicitspanconversions
C# 14: Implicit span conversions.
|
2026-01-07 13:39:58 +01:00 |
|
Michael Nebel
|
8fe31a1fd6
|
C#: Add some more testcases and update test expected output.
|
2026-01-07 09:56:02 +01:00 |
|