Michael Nebel
|
bc11c23f08
|
C#: Add dispatch tests for overload resolution and update line numbers for existing test cases.
|
2025-01-23 13:33:53 +01:00 |
|
Michael Nebel
|
c38ad4acff
|
C#: Add data flow tests for implicit index usage.
|
2025-01-23 11:18:24 +01:00 |
|
Michael Nebel
|
0430a9ee3f
|
C#: Add test for implicit index usage.
|
2025-01-23 10:45:00 +01:00 |
|
Michael Nebel
|
0932a0edb5
|
C#: Updated expected test output.
|
2025-01-21 13:14:26 +01:00 |
|
Michael Nebel
|
bae29aeee4
|
C#: Update implications test expected output.
|
2025-01-16 16:57:33 +01:00 |
|
Michael Nebel
|
b6db1a34d6
|
C#: Also make the implicitToString test print the type declaring the ToString call being synthesized.
|
2025-01-16 16:57:32 +01:00 |
|
Michael Nebel
|
aab88da117
|
C#: Update test expected output.
|
2025-01-16 16:57:30 +01:00 |
|
Michael Nebel
|
ec256c3277
|
C#: More implicit ToString examples.
|
2025-01-16 16:57:27 +01:00 |
|
Michael Nebel
|
9021214937
|
Merge pull request #18495 from michaelnebel/csharp/refstrucinterfacetests
C# 13: [TEST ONLY] ref structs are allowed to implement interfaces.
|
2025-01-16 11:46:22 +01:00 |
|
Michael Nebel
|
0452b4af3d
|
Merge pull request #18498 from michaelnebel/csharp/refandunsafe
C# 13: [TEST ONLY] Test example with ref local, unsafe context and ref struct in async- and iterator methods.
|
2025-01-16 11:42:30 +01:00 |
|
Michael Nebel
|
ca23e1b1fc
|
C#: Test example with ref local, unsafe context and ref struct in async and iterator methods.
|
2025-01-15 15:16:56 +01:00 |
|
Michael Nebel
|
8b6e5521a8
|
C#: Add some an implements test.
|
2025-01-15 13:08:07 +01:00 |
|
Michael Nebel
|
3de5b224c6
|
C#: Update other existing tests expected output.
|
2025-01-15 09:23:34 +01:00 |
|
Michael Nebel
|
0c5c2a3509
|
C#: Add implicit to string test.
|
2025-01-14 17:17:21 +01:00 |
|
Michael Nebel
|
ab70a945e4
|
C#: Add a summary model for PathString.ToString.
|
2025-01-14 17:14:12 +01:00 |
|
Michael Nebel
|
024de5eafc
|
C#: Update virtual call in constructor expected test output.
|
2025-01-14 17:14:11 +01:00 |
|
Michael Nebel
|
77f9f4c532
|
C#: Add implicit to string usage in constructor.
|
2025-01-14 17:14:07 +01:00 |
|
Michael Nebel
|
d40c1bebbf
|
C#: Update expected testoutput for Nullness tests.
|
2025-01-14 17:14:06 +01:00 |
|
Michael Nebel
|
6a31fd7893
|
C#: Add ImplicitToString example in nullness tests.
|
2025-01-14 17:14:02 +01:00 |
|
Michael Nebel
|
20c2b2b2a2
|
C#: Update other existing tests expected output.
|
2025-01-14 17:13:59 +01:00 |
|
Michael Nebel
|
f239ab1fbf
|
C#: Update PrintAst expected test output.
|
2025-01-14 17:13:57 +01:00 |
|
Michael Nebel
|
6c6e58b337
|
C#: Add PrintAst test to implicit ToString test.
|
2025-01-14 17:13:54 +01:00 |
|
Michael Nebel
|
8bf67e37fe
|
C#: Update test expected output.
|
2025-01-14 17:13:51 +01:00 |
|
Michael Nebel
|
e9beeac60f
|
C#: Update test expected output.
|
2025-01-14 17:13:48 +01:00 |
|
Michael Nebel
|
f905be4df3
|
C#: Add a RedundantToStringCall test case.
|
2025-01-14 17:13:45 +01:00 |
|
Michael Nebel
|
261b8db144
|
C#: Add some implicit toString data flow test cases.
|
2025-01-14 17:13:43 +01:00 |
|
Michael Nebel
|
ff32a382b0
|
C#: Update test expected output.
|
2025-01-03 16:27:02 +01:00 |
|
Michael Nebel
|
5ddc37867e
|
C#: Update test expected output.
|
2025-01-03 16:26:58 +01:00 |
|
Michael Nebel
|
33939a8041
|
C#: Update test expected output.
|
2025-01-03 15:36:08 +01:00 |
|
Michael Nebel
|
ef5ae3f1ae
|
C#: Add some unification and viable callable test cases.
|
2025-01-03 15:36:07 +01:00 |
|
Michael Nebel
|
b9fce5eb9d
|
C#: Update boxing conversion expected output.
|
2025-01-03 15:36:06 +01:00 |
|
Michael Nebel
|
9a2edc3d5c
|
C#: Add ref struct boxing example (false positive).
|
2025-01-03 15:36:02 +01:00 |
|
Michael Nebel
|
41dc4a5503
|
C#: Add extractor support for the allows ref struct general type parameter constraint.
|
2025-01-03 15:36:00 +01:00 |
|
Michael Nebel
|
958d8f1f01
|
C#: Add extractor support for the notnull general type parameter constraint.
|
2025-01-03 15:35:49 +01:00 |
|
Michael Nebel
|
c0974f364e
|
C#: General type constraints tests.
|
2025-01-03 15:12:35 +01:00 |
|
Michael Nebel
|
7a7d8e40a7
|
Merge pull request #18384 from michaelnebel/csharp13/escapechars
C# 13: [TEST ONLY] Add test using the new escape char for ESCAPE.
|
2025-01-03 15:09:27 +01:00 |
|
Michael Nebel
|
49abfdfe4a
|
Merge pull request #18348 from michaelnebel/csharp/locktype
C# 13: [TEST ONLY] Add test using the System.Threading.Lock type.
|
2025-01-03 15:08:46 +01:00 |
|
Michael Nebel
|
75e562d0f0
|
C#: Add test using the new escape char for ESCAPE.
|
2025-01-02 12:51:22 +01:00 |
|
Michael Nebel
|
4b7a6c5c7f
|
C#: Let the params test look in reference assemblies and update params to allow ParamsCollectionType.
|
2025-01-02 11:13:13 +01:00 |
|
Michael Nebel
|
c8e72c08fb
|
C#: Update tests expected output.
|
2025-01-02 11:13:12 +01:00 |
|
Michael Nebel
|
89c16abf59
|
C#: Add more tests for params and update expected output.
|
2025-01-02 11:13:09 +01:00 |
|
Michael Nebel
|
8e9551dff7
|
C#: Exclude non source parameters from arguments test cases (otherwise the test reports indexer access and calls to Add for list and collection creations).
|
2025-01-02 11:13:07 +01:00 |
|
Michael Nebel
|
1aa7c3fdcc
|
C#: Add test for the new lock type.
|
2024-12-20 15:02:36 +01:00 |
|
Michael Nebel
|
29a0db8053
|
C#: Update test expected output.
|
2024-12-20 15:00:54 +01:00 |
|
Michael Nebel
|
4a716c6005
|
C#: Add a test example in the statements test.
|
2024-12-20 15:00:30 +01:00 |
|
Ed Minnix
|
b1bba731b4
|
Remove irrelevant test results
|
2024-12-18 21:05:52 -05:00 |
|
Ed Minnix
|
00ecdb0a83
|
Fix typo in NavigationManager name in model
|
2024-12-18 20:52:00 -05:00 |
|
Edward Minnix III
|
9a80c403a0
|
Merge pull request #18278 from egregius313/egregius313/csharp/markup-string
C#: Add `html-injection` sinks for Blazor `MarkupString`
|
2024-12-16 10:21:04 -05:00 |
|
Edward Minnix III
|
360398481b
|
Merge pull request #18280 from egregius313/egregius313/csharp/blazor/runtime-helpers/typecheck
C#: Add summary for `Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelper::TypeCheck<T>`
|
2024-12-16 10:19:38 -05:00 |
|
Ed Minnix
|
4ee60138b7
|
Fix test results
|
2024-12-13 12:44:57 -05:00 |
|