Michael Nebel
|
57c3b571ab
|
C#: Narrow types to SingleVariableDesignation syntax (to avoid future compiler warning).
|
2024-12-04 14:43:52 +01:00 |
|
Tamas Vajk
|
199a9688af
|
C#: Fix quality issues
|
2024-06-28 13:58:08 +02:00 |
|
Tom Hvitved
|
d93d6585d9
|
C#: Mark more expressions as compiler generated
|
2024-04-03 20:03:02 +02:00 |
|
Michael Nebel
|
864f60f90f
|
C#: Re-arrange using statements.
|
2023-08-21 09:41:28 +02:00 |
|
Michael Nebel
|
390b8afb8a
|
C#: Re-factor to use ForEach.
|
2022-12-16 08:24:09 +01: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 |
|
Michael Nebel
|
56ac99039f
|
Merge pull request #7720 from michaelnebel/csharp/extended-prop-patterns
C#: Desugar property patterns that uses member access syntax.
|
2022-01-31 13:24:24 +01:00 |
|
Michael Nebel
|
7cbeffc8a7
|
C#: Refactor and use new language features.
|
2022-01-31 09:24:31 +01:00 |
|
Tom Hvitved
|
ef580aa8bc
|
C#: Add more debug context to various error messages
|
2022-01-26 15:50:26 +01:00 |
|
Michael Nebel
|
83e7fae578
|
C#: Desugar property patterns that uses member access syntax.
|
2022-01-25 15:13:11 +01:00 |
|
Tamas Vajk
|
10ab17a7e0
|
C#: Enable nullability in csharp extraction project v1
|
2021-03-03 14:18:19 +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 |
|
Tamas Vajk
|
be7d458dc6
|
C#: Fix build error in RelationalPattern
|
2021-01-19 09:49:51 +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
|
5a808190d4
|
Address review comments
|
2020-11-27 10:16:57 +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 |
|