Tamas Vajk
|
36ddbcdd71
|
C#: Reenable disabled test on OSX
|
2020-10-06 11:41:48 +02:00 |
|
Tom Hvitved
|
4d62033a15
|
C#: Handle population of error types
|
2020-10-05 10:14:13 +02:00 |
|
Tamas Vajk
|
77bb1b2cd9
|
C#: Extract constant value of enum member equal clauses
|
2020-09-28 11:04:22 +02:00 |
|
Tamás Vajk
|
20c4d94ccc
|
Merge pull request #4318 from tamasvajk/feature/pointer-cast
C#: Add implicit cast from array to pointer
|
2020-09-28 09:34:54 +02:00 |
|
Tom Hvitved
|
7970fef3e4
|
Merge pull request #4315 from hvitved/merge-rc-1.25
Merge rc/1.25 into main
|
2020-09-24 08:27:01 +02:00 |
|
Tamas Vajk
|
48bf6d55aa
|
C#: Add implicit cast from array to pointer
|
2020-09-23 17:21:38 +02:00 |
|
Tamás Vajk
|
9b14a70eef
|
Merge pull request #4316 from tamasvajk/feature/local-functions
C#: Change TrapStackBehaviour of local functions
|
2020-09-23 14:12:07 +02:00 |
|
Tamas Vajk
|
5f96c37b28
|
C#: Fix switch case expression types
|
2020-09-22 13:16:31 +02:00 |
|
Tamas Vajk
|
d8176bc00d
|
C#: Change TrapStackBehaviour of local functions
|
2020-09-22 09:53:35 +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 |
|
Tamás Vajk
|
d21c101c0d
|
Merge pull request #4041 from tamasvajk/feature/update-roslyn
C#: upgrade Roslyn dependencies to version 3.7
|
2020-09-14 13:57:36 +02:00 |
|
Tamás Vajk
|
f5f4b8e25b
|
C#: Enable nullability of Semmle.Extraction.CSharp.Standalone (#4115)
|
2020-09-14 13:43:57 +02:00 |
|
Tom Hvitved
|
0fb9dc5bac
|
C#: Adjust caching of tuple types
|
2020-09-14 11:24:46 +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 |
|
Tom Hvitved
|
19746023d9
|
C#: Tidy code for constructing underlying tuple structs
|
2020-09-14 10:08:58 +02:00 |
|
Tom Hvitved
|
f225a17639
|
C#: Even more reflection for retrieving meta data handle
|
2020-09-11 11:49:07 +02:00 |
|
Tamas Vajk
|
643a8b57c3
|
C#: Explicitly handle underlying tuple types
|
2020-09-10 14:05:37 +02:00 |
|
Tamas Vajk
|
221b92de04
|
C#: upgrade Roslyn dependencies to version 3.7
|
2020-09-10 13:53:39 +02:00 |
|
Tamás Vajk
|
dfb8761bdc
|
C#: Add flag to Standalone extractor to use the self contained .Net framework (#4233)
|
2020-09-09 16:12:48 +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
|
7628caa2db
|
C#: Avoid typerefs for constructed types.
|
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
|
f4b1594461
|
C#: Unqualify method names and nested types.
|
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 |
|
Calum Grant
|
d1cde2a815
|
C#: Address review comment.
|
2020-09-02 10:52:03 +02:00 |
|
Calum Grant
|
4657ddcb7c
|
C#: Avoid qualifying explicit interface implementations.
|
2020-09-02 10:52:03 +02:00 |
|
Calum Grant
|
6649d72a2d
|
C#: Qualify type parameters with the entity that declares them
|
2020-09-02 10:52:03 +02:00 |
|
Calum Grant
|
6e5c2ef0e7
|
C#: Remove assembly qualifier from some trap-ids.
|
2020-09-02 10:52:03 +02:00 |
|
Calum Grant
|
93e0bd9d85
|
Merge pull request #4126 from tamasvajk/feature/array-index
C#: Fix computed sizes for implicitly sized array creation
|
2020-08-28 11:21:39 +01:00 |
|
Tom Hvitved
|
6eca97bc32
|
Merge pull request #4113 from tamasvajk/feature/nullability-extraction-cil
Enable nullability checks on Semmle.Extraction.CIL
|
2020-08-28 12:06:54 +02:00 |
|
Tamas Vajk
|
7e2cf9a858
|
Adjust code review findings
|
2020-08-27 15:11:55 +02:00 |
|
Tamás Vajk
|
9ef827641f
|
C#: Add .editorconfig file (#4129)
|
2020-08-26 12:41:00 +02:00 |
|
Tamas Vajk
|
997388b075
|
Fix first set of code review comments
|
2020-08-25 17:11:34 +02:00 |
|
Tamás Vajk
|
74db25d80c
|
C#: Enable nullability on Semmle.Extraction.CIL.Driver (#4114)
|
2020-08-25 11:44:08 +02:00 |
|
Tamás Vajk
|
dc62cd166c
|
C#: Enable nullability checks in Semmle.Extraction.Tests (#4112)
|
2020-08-25 08:40:30 +02:00 |
|
Tamas Vajk
|
7516825b5f
|
C#: Fix computed sizes for implicitly sized array creation
|
2020-08-24 16:14:00 +02:00 |
|
Tamas Vajk
|
9cdee63ed7
|
C#: Enable nullability checks on Semmle.Extraction.CIL
|
2020-08-20 16:46:42 +02:00 |
|
Tamas Vajk
|
b9e3b327d6
|
C#: Fix nullability warning in Semmle.Extraction
|
2020-08-20 16:33:02 +02:00 |
|
Tom Hvitved
|
65b4d35add
|
Merge pull request #4055 from tamasvajk/feature/partial-methods
C#: Add body to partial methods
|
2020-08-20 10:14:56 +02:00 |
|
Tamas Vajk
|
0cf4c99986
|
C#: Change compiler generated flag for length arguments of implicitly sized arrays
|
2020-08-18 12:06:01 +02:00 |
|
Tamas Vajk
|
def1d888c6
|
C#: Add body of partial methods
|
2020-08-12 15:22:14 +02:00 |
|
Tom Hvitved
|
e08e7cdf34
|
C#: Fix a few alerts
|
2020-07-30 16:03:36 +02:00 |
|
Tom Hvitved
|
652de80fa5
|
C#: Enable syntax highlighting in QLDoc snippets
|
2020-06-23 16:56:56 +02:00 |
|