Michael Nebel
|
7c670cdc3f
|
C#: Address review comments and make more early returns in Populate.
|
2025-11-07 14:50:20 +01:00 |
|
Michael Nebel
|
61f6512c74
|
C#: Sprinkle uses of OnlyScaffold to extract less when in overlay mode.
|
2025-11-04 13:28:10 +01:00 |
|
Michael Nebel
|
443c183e41
|
C#: Only extract locations for unbound declarations (if a declaration can be unfound) and don't extract empty locations.
|
2025-09-30 11:33:21 +02:00 |
|
Michael Nebel
|
0453ae8dbd
|
C#: Use property- and indexer implementation location and extract the accessor implementations instead of declarations.
|
2025-01-27 10:09:42 +01:00 |
|
Michael Nebel
|
0104f96f4a
|
C#: Remove metadata_handle part of the extractor implementation.
|
2024-09-16 14:12:07 +02:00 |
|
Michael Nebel
|
e15a47d58c
|
C#: Update the extractor to use the BestOrDefault extension method to choose between multiple locations.
|
2024-06-25 16:02:54 +02:00 |
|
Tom Hvitved
|
d93d6585d9
|
C#: Mark more expressions as compiler generated
|
2024-04-03 20:03:02 +02: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 |
|
Tom Hvitved
|
4f8a103df2
|
C#: Add active preprocessor conditions as suffix in all TRAP .push instructions
|
2021-06-28 10:34:42 +02:00 |
|
Tom Hvitved
|
fab8400ecd
|
C#: Escape IDs in TRAP label definitions
|
2021-05-06 19:12:13 +02: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
|
5fca946678
|
C#: Split 'Context' class between CIL and source extraction
|
2021-02-24 16:21:19 +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 |
|
Tom Hvitved
|
9a9a57716c
|
C#: Improved extraction of type nullability
|
2021-01-15 16:01:14 +01:00 |
|
Tamas Vajk
|
5a91736b7a
|
C#: Change public fields to properties
|
2020-10-14 14:44:01 +02:00 |
|
Tamas Vajk
|
aec4481cfb
|
C#: Use var everywhere
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
7d544e34af
|
C#: Add declaration visibility modifiers
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
7f86768a49
|
C#: Reformat LINQ extension method call-chains
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
0c9aaa3dce
|
C#: Remove unused parameters
|
2020-10-13 13:27:45 +02:00 |
|
Tom Hvitved
|
1b769ebac9
|
C#: Address more review comments
|
2020-09-02 10:52:05 +02:00 |
|
Tom Hvitved
|
d17f88bbcd
|
C#: Remove assembly prefix from all extractor IDs
|
2020-09-02 10:52:04 +02:00 |
|
Calum Grant
|
cd51a67c0d
|
C#: Take nullability into account when creating symbol entities. Otherwise, an entity with the wrong (cached) nullability could be created.
|
2020-09-02 10:52:04 +02:00 |
|
Tom Hvitved
|
8c0c283811
|
Revert "C#: Improve db consistency by removing assembly id"
|
2020-04-22 16:32:13 +02:00 |
|
Calum Grant
|
ead916702a
|
C#: Take nullability into account when creating symbol entities. Otherwise, an entity with the wrong (cached) nullability could be created.
|
2020-04-20 11:29:31 +01:00 |
|
Calum Grant
|
6c9ebaba0b
|
C#: Populate expression type nullability and nullable flow state.
|
2020-01-07 18:38:58 +00:00 |
|
Calum Grant
|
9fd4a9ceb6
|
C#: Implement NullabilityEntity to model structured nullability on the side
|
2019-11-12 13:40:57 +00:00 |
|
Calum Grant
|
61ab9431ab
|
C#: Fix DB inconsistencies, and rework id generation.
|
2019-11-12 13:40:57 +00:00 |
|
Calum Grant
|
d5a48a34e6
|
C#: Remove redundant test for indexers. Tested in library-tests\overrides.
|
2019-10-07 15:56:36 +01:00 |
|
Calum Grant
|
ba6eb22cc9
|
C#: Roslyn workaround for when IPropertySymbol.IsIndexer seems to be working incorrectly.
|
2019-10-04 16:28:28 +01:00 |
|
Calum Grant
|
0129b42c54
|
C#: Address review comments.
|
2019-08-30 10:11:01 +01:00 |
|
Calum Grant
|
02fd51ae61
|
C#: Resolve merge conflicts.
|
2019-08-30 10:11:00 +01:00 |
|
Calum Grant
|
fe7e90e25a
|
C#: Remove the tuples from the C# extractor.
|
2019-08-30 10:11:00 +01:00 |
|
Calum Grant
|
486c192dda
|
C#: Refactoring expression and statement population.
|
2019-08-30 10:11:00 +01:00 |
|
Calum Grant
|
e41e8d6547
|
C#: Remove ITrapBuilder in favour of TextWriter.
|
2019-08-30 10:00:06 +01:00 |
|
Tom Hvitved
|
495e5bc628
|
C#: Extract assignments for field/property initializers
|
2019-08-15 16:18:23 +02:00 |
|
Calum Grant
|
4aa1947a23
|
C#: Implement type annotations for nullability, parameter kinds and method returns.
|
2019-06-26 20:24:55 +01:00 |
|
Max Schaefer
|
b4f400fb23
|
Merge remote-tracking branch 'upstream/next' into qlucie/master
|
2019-01-04 10:35:57 +00:00 |
|
calum
|
fb8895bdc7
|
C#: Extract metadata handle information.
|
2018-12-19 15:22:53 +00:00 |
|
calum
|
88734f1f8a
|
C#: Fix label conflicts.
C#: Remove unnecessary code from Property.
|
2018-12-19 10:40:07 +00:00 |
|
calum
|
090e896ff5
|
C#: Change Property TagStackBehaviour to push a tag, to give the expression body a tag stack.
|
2018-11-15 18:28:17 +00:00 |
|
calum
|
103d140e71
|
C#: Migrate extractor to this repository.
|
2018-10-10 14:40:52 +01:00 |
|