Tamas Vajk
|
fb13126676
|
C#: Store output assembly in compilation_assembly relation
|
2021-01-13 09:23:56 +01:00 |
|
Tamas Vajk
|
983c4d06d4
|
Revert "C#: Add output assembly to compilation"
This reverts commit 5cfa900828.
|
2021-01-13 09:12:31 +01:00 |
|
Tamas Vajk
|
5cfa900828
|
C#: Add output assembly to compilation
|
2021-01-13 09:10:49 +01:00 |
|
Tamas Vajk
|
7418c05594
|
Always populate assemblies
|
2021-01-13 09:10:49 +01:00 |
|
Tamas Vajk
|
e00db46d60
|
Minor code quality improvements
|
2021-01-07 09:19:13 +01:00 |
|
Tamas Vajk
|
6d95ad3282
|
C#: Add file instead of generated location for extraction errors when possible
|
2021-01-06 14:27:31 +01:00 |
|
Tamas Vajk
|
ba56993396
|
C#: Fix CIL trap file writing in debug mode
|
2020-12-02 16:52:33 +01:00 |
|
Tamas Vajk
|
8bef5f417e
|
C#: Upgrade Roslyn dependencies to 3.8.0
|
2020-11-16 16:44:14 +01:00 |
|
Dave Bartolomeo
|
4189567b8c
|
Fix PR feedback
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2020-10-29 10:15:45 -04:00 |
|
Dave Bartolomeo
|
42e075dfb8
|
Fix path transformer handling of extensionless files
|
2020-10-29 10:02:55 -04:00 |
|
Tamás Vajk
|
59d9be48a7
|
Merge pull request #4438 from tamasvajk/feature/ast-fixes
C#: Fixes for AST printing
|
2020-10-28 14:52:24 +01:00 |
|
Tamas Vajk
|
ffc2a64750
|
C#: do not discard duplicate trapfiles for compilation parameter extraction
|
2020-10-16 09:52:21 +02:00 |
|
Tamas Vajk
|
5a91736b7a
|
C#: Change public fields to properties
|
2020-10-14 14:44:01 +02:00 |
|
Tamas Vajk
|
f84669904b
|
C#: Fix typo
|
2020-10-13 14:45:38 +02:00 |
|
Tamas Vajk
|
b07aceff6b
|
C#: Fix exception throwing
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
cbdd13127e
|
C#: Convert publicly visible fields to properties
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
d5382f2cfd
|
C#: Fix modifier orders
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
fbc128fcc7
|
C#: Fix type parameter names
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
2e350caf9f
|
C#: Fix private field and local variable naming
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
baf6f59bfc
|
C#: Add braces to multiline block statements
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
28694513a1
|
C#: Use pattern matching
|
2020-10-13 14:45:37 +02:00 |
|
Tamas Vajk
|
155453d9cb
|
C#: Format single line if statements
|
2020-10-13 14:45:37 +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
|
ec6ed90c49
|
C#: Add final new line to files
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
7f86768a49
|
C#: Reformat LINQ extension method call-chains
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
115a216ea9
|
C#: Format nested ternary operators
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
c38bf5ee5b
|
C#: Reduce nesting and fix some formatting
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
e73ced2275
|
C#: Add sealed modifier to classes to fix dispose-pattern, remove explicit IDisposable implementations
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
397be7e98f
|
C#: Change constructor visibility to protected in abstract classes
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
e208f3d21d
|
C#: Simplify null checks with pattern matching, ??, and ?:
|
2020-10-13 13:27:46 +02:00 |
|
Tamas Vajk
|
b793af571e
|
C#: Remove unnecessary usings
|
2020-10-13 13:27:45 +02:00 |
|
Tamas Vajk
|
f2e6b42aa4
|
C#: Add type parameter in/out
|
2020-10-13 13:27:45 +02:00 |
|
Tamas Vajk
|
33672a4058
|
C#: Simplify using statements
|
2020-10-13 13:27:45 +02:00 |
|
Tamas Vajk
|
79eff06828
|
C#: Remove unused out argument
|
2020-10-13 13:27:45 +02:00 |
|
Tamas Vajk
|
921d3eeaec
|
C#: Mark members static (remove unused members)
|
2020-10-13 13:27:45 +02:00 |
|
Tamas Vajk
|
56604e005a
|
C#: Upgrade to .net core app 3.1
|
2020-10-06 16:01:14 +02:00 |
|
Tom Hvitved
|
b6d93ae81d
|
Merge remote-tracking branch 'upstream/rc/1.25' into merge-rc-1.25
|
2020-09-22 09:35:39 +02:00 |
|
Tom Hvitved
|
e549377561
|
C#: Construct File::TransformedPathLazy lazily
This avoids calling the path transformer for `GeneratedFile`s.
|
2020-09-14 11:03:00 +02:00 |
|
Tamas Vajk
|
221b92de04
|
C#: upgrade Roslyn dependencies to version 3.7
|
2020-09-10 13:53:39 +02:00 |
|
Tom Hvitved
|
4d0a1ee857
|
Address review comments
|
2020-09-08 12:54:12 +02:00 |
|
Tom Hvitved
|
37f1ce3122
|
C#: Implement support for path transformers
|
2020-09-07 15:02:50 +02:00 |
|
Tom Hvitved
|
14567f5314
|
C#: Support wild-cards in file patterns
Implements the specification at https://wiki.semmle.com/display/SDmaster/project-layout+format
by compiling file path specifications to regular expressions.
|
2020-09-07 09:03:56 +02:00 |
|
Tom Hvitved
|
26639a113e
|
C#: Rename Layout.Condition to FilePattern and move to separate file
|
2020-09-02 19:41:22 +02:00 |
|
Tom Hvitved
|
1b769ebac9
|
C#: Address more review comments
|
2020-09-02 10:52:05 +02:00 |
|
Tom Hvitved
|
51dc1515ab
|
C#: Address 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
|
aa99269015
|
C#: Fix merge conflicts. Unfortunately, the type of symbolEntityCache needed to be the same as objectEntityCache to fix nullability warnings.
|
2020-09-02 10:52:04 +02:00 |
|
Calum Grant
|
90517580a5
|
C#: Address review comment: Make dictionary type more specific.
|
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 |
|