Tom Hvitved
|
ed78acb1d4
|
C#: Update more nuget packages
|
2021-03-25 17:32:12 +01:00 |
|
Tamás Vajk
|
0732f200e8
|
Merge pull request #5421 from tamasvajk/feature/codequalityfixes
C#: Fix code quality issues reported by code scanning
|
2021-03-19 12:09:18 +01:00 |
|
Tamás Vajk
|
752c911a22
|
Merge pull request #5394 from tamasvajk/feature/upgrade-nuget-packages
C#: Upgrade nuget packages
|
2021-03-19 12:09:00 +01:00 |
|
Tamas Vajk
|
20f0b3329a
|
C#: Fix code quality issues reported by code scanning
|
2021-03-19 09:18:57 +01:00 |
|
Tamas Vajk
|
78843882f9
|
C#: Upgrade nuget packages
|
2021-03-17 09:35:57 +01:00 |
|
Tamas Vajk
|
02cb383d3b
|
C#: Fix nullable warning
|
2021-03-17 09:35:13 +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 |
|
Tamás Vajk
|
8d6b8359eb
|
Merge pull request #5316 from tamasvajk/feature/roslyn3.9
C#: Upgrade Roslyn dependencies to 3.9
|
2021-03-16 11:44:42 +01:00 |
|
Tamas Vajk
|
4709442ef3
|
Extract tuple types from patterns and variable declarations
|
2021-03-09 09:14:23 +01:00 |
|
Tamas Vajk
|
1d70bfd011
|
Extract non-named tuple types
|
2021-03-09 09:06:35 +01:00 |
|
Tom Hvitved
|
63686b5c4e
|
C#: Use is [not] null throughout in the extractor
|
2021-03-05 16:28:12 +01:00 |
|
Tamas Vajk
|
c6b47647e1
|
Move the nullable disable warning region to the Type instead of the base CachedSymbol entity
|
2021-03-05 13:14:07 +01:00 |
|
Tamas Vajk
|
df9d54c994
|
Fix code review findings
|
2021-03-05 13:00:04 +01:00 |
|
Tamas Vajk
|
ed5d31a385
|
C#: Upgrade Roslyn dependencies to 3.9
|
2021-03-03 14:57:56 +01:00 |
|
Tamas Vajk
|
bd2b3e72f8
|
C#: Use covariant return for context overrides
|
2021-03-03 14:35:07 +01:00 |
|
Tamas Vajk
|
cfd8a87496
|
C#: Fix nullability warnings after .net 5 upgrade
|
2021-03-03 14:25:59 +01:00 |
|
Tamas Vajk
|
828e1f81ae
|
Share core analysis logic between standalone and normal analysis
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
15e26e1a91
|
C#: Reduce disabled nullability regions by splitting 'Extractor' and 'Analyser'
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
2697677239
|
Merge Extractor.Standalone and OutputPath
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
10ab17a7e0
|
C#: Enable nullability in csharp extraction project v1
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
faf69d65da
|
Fix merge error
|
2021-03-02 09:23:15 +01:00 |
|
Tamas Vajk
|
f2e667173c
|
C#: Add calli IL opcode extraction
|
2021-03-02 09:21:24 +01:00 |
|
Tamas Vajk
|
4f383be13b
|
Fix new (nullability) compiler warnings
|
2021-03-02 09:21:24 +01:00 |
|
Tamas Vajk
|
71f095d6d4
|
Upgrade projects to .net 5
|
2021-03-02 09:20:31 +01:00 |
|
Tamas Vajk
|
b3d6d0c12b
|
Fix method name resolution issue with nullable suppression
|
2021-02-26 09:48:37 +01:00 |
|
Tamás Vajk
|
ce69e3ae66
|
Merge pull request #5263 from tamasvajk/feature/fix-file-move
C#: Fix potentially concurrent file moves
|
2021-02-26 08:27:42 +01:00 |
|
Tamas Vajk
|
3e651f14fd
|
C#: Add more well-known enum underlying types
|
2021-02-25 14:57:23 +01:00 |
|
Tamas Vajk
|
a5543c689e
|
C#: Fix potentially concurrent file moves
|
2021-02-25 10:35:49 +01:00 |
|
Tamas Vajk
|
4711856c2b
|
Remove commented code
|
2021-02-24 16:21:19 +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
|
539fdf952a
|
Extend base context in CIL project
|
2021-02-24 16:21: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
|
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
|
a75b952333
|
Fix Type.GetQualifiedName()
|
2021-02-16 09:13:13 +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
|
e7853cc3a0
|
Simplify TypeContainer class
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
67caf3cad0
|
Remove redundant IEntity implemented interface declaration and explit interface member implemenration
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
61e952766c
|
Convert CIL.GenericContext to interface
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
3e2a6fca21
|
C#: Simplify CIL.GenericContext contract
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
4967664d09
|
Rework global statement extraction without DB scheme change
|
2021-02-15 17:47:33 +01:00 |
|
Tamas Vajk
|
a14db7a04f
|
Fix code review findings
|
2021-02-15 17:47:33 +01:00 |
|
Tamas Vajk
|
423fee3069
|
Fix argument location of top level statement entry point
|
2021-02-15 17:47:32 +01:00 |
|
Tamas Vajk
|
b79d5ab44b
|
Fix labeled stmt factory method parameter types
|
2021-02-15 17:44:44 +01:00 |
|
Tamas Vajk
|
6a4b54ec89
|
C#: Extract global statements
|
2021-02-15 17:44:44 +01:00 |
|
Tamas Vajk
|
8c4563b7e3
|
Code quality improvements
|
2021-02-15 17:27:33 +01:00 |
|
Tamas Vajk
|
2de7fbe062
|
Fix build after rebase
|
2021-02-15 10:18:12 +01:00 |
|
Tamas Vajk
|
6cc858b9ef
|
Move AstLineCounter to top level class
|
2021-02-15 10:17:08 +01:00 |
|
Tamas Vajk
|
4f693be33b
|
Move location creation to instance method on context
|
2021-02-15 10:17:08 +01:00 |
|