Michael Nebel
|
57c3b571ab
|
C#: Narrow types to SingleVariableDesignation syntax (to avoid future compiler warning).
|
2024-12-04 14:43:52 +01:00 |
|
Michael Nebel
|
864f60f90f
|
C#: Re-arrange using statements.
|
2023-08-21 09:41:28 +02:00 |
|
Michael Nebel
|
0230b8b56f
|
C#: Minor cleanup in the Pattern files.
|
2022-12-16 08:24:09 +01:00 |
|
Michael Nebel
|
cfd3c1fcbe
|
C#: Add extractor support for list- and slice patterns.
|
2022-12-15 14:50:21 +01:00 |
|
Tom Hvitved
|
ef580aa8bc
|
C#: Add more debug context to various error messages
|
2022-01-26 15:50:26 +01:00 |
|
Tamas Vajk
|
4f693be33b
|
Move location creation to instance method on context
|
2021-02-15 10:17:08 +01:00 |
|
Tamas Vajk
|
4685fc0a32
|
C#: Extract binary patterns
|
2021-01-27 11:27:52 +01:00 |
|
Tamás Vajk
|
b775eb4cf7
|
Merge pull request #4789 from tamasvajk/feature/csharp9-relational-pattern2
C#: Relational patterns
|
2021-01-19 09:38:57 +01:00 |
|
Tamas Vajk
|
f235a28295
|
C# Add relational patterns extraction
|
2021-01-18 09:19:27 +01:00 |
|
Tom Hvitved
|
9a9a57716c
|
C#: Improved extraction of type nullability
|
2021-01-15 16:01:14 +01:00 |
|
Tamas Vajk
|
927dd514ea
|
C#: Extract unary patterns
|
2021-01-14 09:47:46 +01:00 |
|
Tamas Vajk
|
998e2de2c6
|
Revert "Merge pull request #4653 from tamasvajk/feature/csharp9-relational-pattern"
This reverts commit 5e75a4109c, reversing
changes made to c751c516bf.
|
2020-11-27 12:23:38 +01:00 |
|
Tamas Vajk
|
b11fc2f957
|
C#: Extract relational patterns
|
2020-11-27 10:16:57 +01:00 |
|
Tamas Vajk
|
3bd6807681
|
C#: Extract type patterns
|
2020-11-26 08:54:40 +01:00 |
|
Tamas Vajk
|
9b8d9771f8
|
C#: Handle parenthesized pattern extraction
|
2020-11-25 21:27:34 +01:00 |
|
Tamas Vajk
|
dee1690748
|
C#: Remove duplicated pattern extraction logic
|
2020-11-12 14:34:54 +01:00 |
|
Tamas Vajk
|
3f150bb09b
|
C#: Reorganize patterns
|
2020-11-12 13:47:38 +01:00 |
|