Tom Hvitved
|
b72f34591d
|
C#: Use {get,has}FullyQualifiedName throughout
|
2023-11-10 08:46:15 +01:00 |
|
Michael Nebel
|
c24302bec2
|
C#: Replace all uses of the deprecated hasQualifiedName/1 predicate.
|
2022-12-06 11:59:12 +01:00 |
|
Michael Nebel
|
ff369f2a36
|
Merge pull request #7846 from michaelnebel/csharp/deconstruction
C# 10: Tuple deconstruction.
|
2022-02-09 10:08:16 +01:00 |
|
Michael Nebel
|
f5fc15e74d
|
C#: Add some testcases to cover mixed assignment and declarations in tuples.
|
2022-02-07 14:11:31 +01:00 |
|
Michael Nebel
|
6ee30843bb
|
C#: Add lambda attributes test cases.
|
2022-02-04 16:54:49 +01:00 |
|
Michael Nebel
|
f412d49ba4
|
C#: Add some examples lambdas with different kind of attributes and update existing testcases.
|
2022-02-04 16:34:58 +01:00 |
|
Michael Nebel
|
bb3f9cea3a
|
C#: Update test cases(s) expected output.
|
2022-02-04 16:34:58 +01:00 |
|
Michael Nebel
|
7520948ec4
|
C#: Add test case for finding lambdas with explicit return types.
|
2022-02-04 16:34:58 +01:00 |
|
Michael Nebel
|
83a5ef4961
|
C#: Examples of lambda expressions with explicit return types.
|
2022-02-04 16:34:58 +01:00 |
|
Michael Nebel
|
ccb727e3ca
|
C#: Test cases that shows that lambdas can be naturally (implicitly) typed and that the type is indistinguishable from the equivalent explicitly typed declaration.
|
2022-02-04 16:34:57 +01:00 |
|
Michael Nebel
|
a67033034a
|
C#: Example of naturally typed lambda.
|
2022-02-04 16:34:57 +01:00 |
|
Michael Nebel
|
44cc044a3d
|
C#: Add testcase for extended property patterns (to indicate that they are de-sugared correctly).
|
2022-01-25 15:13:11 +01:00 |
|
Michael Nebel
|
833e8e4f1d
|
C#: Add some examples with the extended property pattern syntax.
|
2022-01-25 15:13:11 +01:00 |
|
Michael Nebel
|
210bad6c29
|
C#: Add test case for with expressions for record structs, structs and anonymous types.
|
2022-01-20 09:58:02 +01:00 |
|
Michael Nebel
|
fc7f642734
|
C#: With expression examples for record structs, structs and anonymous types.
|
2022-01-20 09:58:02 +01:00 |
|
Michael Nebel
|
858aec3839
|
C#: Add test for source of the struct parameterless constructor(s).
|
2022-01-20 09:58:02 +01:00 |
|
Michael Nebel
|
073d2f2c75
|
C#: Add some example struct types, including one with a default constructor declarations.
|
2022-01-20 09:58:01 +01:00 |
|
Michael Nebel
|
547f492be0
|
Merge pull request #7577 from michaelnebel/csharp/line-pragma
C#: Make support for Line span pragma
|
2022-01-20 09:51:57 +01:00 |
|
Michael Nebel
|
ac47c96f48
|
C#: Add Line span pragma test case.
|
2022-01-18 09:32:14 +01:00 |
|
Michael Nebel
|
8b048ca17e
|
C#: Add line span pragma example.
|
2022-01-18 09:32:14 +01:00 |
|
Michael Nebel
|
6c1bb4a3a9
|
C#: Add test case for record class and record structs.
|
2022-01-17 16:16:18 +01:00 |
|
Michael Nebel
|
c17bd29640
|
C#: Rename C# code file and update test.
|
2022-01-17 16:16:18 +01:00 |
|
Michael Nebel
|
a1eff1603a
|
C#: Add test for global using directive.
|
2022-01-14 10:10:22 +01:00 |
|
Michael Nebel
|
aacb03a74b
|
C#: Narrow string interpolation expressions to a specific single file in testcase.
|
2022-01-13 10:25:33 +01:00 |
|
Michael Nebel
|
f17c110f51
|
Merge pull request #7562 from michaelnebel/csharp/record-seal-tostring
C#: Record types are allowed to seal ToString (test only).
|
2022-01-12 08:08:32 +01:00 |
|
Michael Nebel
|
56bc3db46a
|
C#: Add test case for sealed ToString modifier on a record type.
|
2022-01-11 13:58:43 +01:00 |
|
Michael Nebel
|
ae5d3a1ccb
|
C#: Add example of sealing ToString on a record type.
|
2022-01-11 13:57:29 +01:00 |
|
Michael Nebel
|
1d8f8f79bb
|
C#: Add const interpolated string test case.
|
2022-01-11 12:02:07 +01:00 |
|
Michael Nebel
|
5b89f0e0b8
|
C#: Add example of const interpolated string.
|
2022-01-11 12:01:40 +01:00 |
|
Michael Nebel
|
23b8444348
|
C#: Cleanup C# source code file and add a test case for namespace delcarations.
|
2022-01-07 16:04:43 +01:00 |
|
Michael Nebel
|
b8f6d17bc1
|
C#: Add test for file scoped namespace.
|
2022-01-07 16:04:43 +01:00 |
|