Michael Nebel
|
83c16ae993
|
C#: Extract structs representing inline arrays as inline arrays.
|
2024-01-17 14:01:05 +01:00 |
|
Michael Nebel
|
aac3ec81f2
|
C#: Add generated cast expression for nuint and nint parameter defaults.
|
2023-12-07 13:14:24 +01:00 |
|
Tom Hvitved
|
6021d00f7e
|
C#: Move some methods into newly created Semmle.Extraction.CSharp.Util project
|
2023-09-21 11:33:25 +02:00 |
|
Michael Nebel
|
864f60f90f
|
C#: Re-arrange using statements.
|
2023-08-21 09:41:28 +02:00 |
|
Michael Nebel
|
9aeb2384f3
|
C#: Improve LINQ expression based on review comments.
|
2023-06-01 10:20:54 +02:00 |
|
Michael Nebel
|
43d6bf04b5
|
C#: Make synthetic implicit casts when values are provided using the DefaultParameterValue attribute.
|
2023-05-31 14:45:19 +02:00 |
|
Michael Nebel
|
2ca543e217
|
C#: Synthetic DateTime object creation for DateTime defaults via attributes.
|
2023-05-22 14:16:37 +02:00 |
|
Michael Nebel
|
e8eedb7b4d
|
C#: Extractor support for UTF-8 encoded strings.
|
2023-01-20 13:39:41 +01:00 |
|
Michael Nebel
|
3b93cd45ea
|
C#: Extract the ValueText instead of Text for interpolated string literals as this contains the value after eg. indentation processing.
|
2023-01-20 13:39:41 +01:00 |
|
Michael Nebel
|
99b7bc3b73
|
C#: Implement extractor support for unsigned right shift.
|
2023-01-12 19:06:28 +01: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
|
7b3ba3cb96
|
C#: Modify database schema to allow lambda expression to be attributable and extract the lambda expression attributes.
|
2022-02-04 16:34:58 +01:00 |
|
Michael Nebel
|
eb8c226749
|
C#: Add support for explicit return types in the extractor.
|
2022-02-04 16:34:58 +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 |
|
Tom Hvitved
|
c8509cc382
|
C#: Introduce extractor mode to identify DBs created with codeql test run
|
2022-01-19 13:46:22 +01:00 |
|
Tom Hvitved
|
a1bbe58516
|
C#: More uses of PopulateArguments
|
2022-01-04 13:47:55 +01:00 |
|
Tamas Vajk
|
26194be8b6
|
Add workaround for equal lambda parameter symbols with different hashcodes
|
2021-12-13 11:59:24 +01:00 |
|
Tom Hvitved
|
888a1b38aa
|
C#: Handle Nullable<T> default parameter values in assemblies
|
2021-10-15 14:23:18 +02:00 |
|
Tamas Vajk
|
551a7ce9e5
|
Fix expression value of struct default argument values
|
2021-04-08 12:14:53 +02:00 |
|
Tamas Vajk
|
cb9a9db356
|
C# Improve default argument value extraction
|
2021-04-08 12:07:22 +02:00 |
|
Tamas Vajk
|
20f0b3329a
|
C#: Fix code quality issues reported by code scanning
|
2021-03-19 09:18:57 +01:00 |
|
Tamás Vajk
|
24140195d6
|
Merge pull request #5242 from tamasvajk/feature/tuple-df
C#: Add tuple dataflow
|
2021-03-16 11:45:11 +01:00 |
|
Tamas Vajk
|
4709442ef3
|
Extract tuple types from patterns and variable declarations
|
2021-03-09 09:14:23 +01:00 |
|
Tom Hvitved
|
63686b5c4e
|
C#: Use is [not] null throughout in the extractor
|
2021-03-05 16:28:12 +01:00 |
|
Tamas Vajk
|
10ab17a7e0
|
C#: Enable nullability in csharp extraction project v1
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
b3d6d0c12b
|
Fix method name resolution issue with nullable suppression
|
2021-02-26 09:48:37 +01:00 |
|
Tamas Vajk
|
841ef9a4ae
|
Make derived 'Context' classes internal and adjust visibility of members in base 'Context'
|
2021-02-24 16:21:19 +01:00 |
|
Tamas Vajk
|
380058a4bd
|
C#: Fix merge conflict (with + refactoring)
|
2021-02-24 10:50:51 +01:00 |
|
Tamás Vajk
|
e6532cbd75
|
Merge pull request #4695 from tamasvajk/feature/csharp9-with-expr
C#: Extract 'with' expressions
|
2021-02-23 21:04:51 +01:00 |
|
Tamas Vajk
|
199e937e9e
|
C#: Rename CachedEntity.symbol to Symbol
|
2021-02-16 09:13:12 +01:00 |
|
Tamas Vajk
|
67289a498f
|
Share entity base classes between CIL and source extraction
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
4f693be33b
|
Move location creation to instance method on context
|
2021-02-15 10:17:08 +01:00 |
|
Tamas Vajk
|
b2b4c9ecd6
|
C#: Extract 'with' expressions
|
2021-02-12 19:54:52 +01:00 |
|
Tamas Vajk
|
a5dec5b4aa
|
C#: Limit ancestor traversal for 'if' and 'elif' lookup
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
41fbce0ad0
|
Extract #if directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
046a37b834
|
Simplify element access extraction
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
4685fc0a32
|
C#: Extract binary patterns
|
2021-01-27 11:27:52 +01:00 |
|
Tamas Vajk
|
f7a0c98cb3
|
Code quality improvement
|
2021-01-19 17:26:31 +01:00 |
|
Tamas Vajk
|
876123315d
|
C#: Extract function pointers
|
2021-01-19 17:26:31 +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
|
6cf3ca49e4
|
C#: Extract 'ImplicitObjectCreationExpressionSyntax'
|
2020-12-15 13:10:53 +01:00 |
|