calum
|
2bbd55519b
|
C#: Add tests for C# 7.3 features.
|
2018-12-12 16:44:55 +00:00 |
|
calum
|
1df1b0c28e
|
C#: Refactor ArrayCreations to allow stackalloc arrays to have initializers (C# 7.3).
|
2018-12-12 11:05:34 +00:00 |
|
Tom Hvitved
|
e80837681f
|
C#: Refactor LINQ logic
Factor `ClauseCall` out into three classes to make it clear when the fields
`operand` and `declaration` can be `null`.
|
2018-12-11 16:04:25 +01:00 |
|
calum
|
8d072863df
|
C#: Reorder for statements to ensure variables declared in the condition are declared before they are used.
|
2018-12-11 10:31:45 +00:00 |
|
Tom Hvitved
|
6411d1c7dd
|
C#: Refactor operator call logic
Refactored to make it clear when `@operator.Symbol as IMethodSymbol` can be `null`.
|
2018-12-07 15:47:20 +01:00 |
|
Tom Hvitved
|
e05bbb0f10
|
C#: Fix always-null bug in TRAP writer
|
2018-12-07 15:46:27 +01:00 |
|
Tom Hvitved
|
41edd61e2e
|
Merge pull request #545 from calumgrant/cs/typemention-constraints
C#: Fix for type mentions of type parameter constraints
|
2018-11-27 14:25:48 +01:00 |
|
Tom Hvitved
|
e069041bd5
|
Merge pull request #431 from calumgrant/cs/extractor/fsharp-core
C#: Fix extraction of method signatures
|
2018-11-26 15:07:33 +01:00 |
|
calum
|
de36151c4a
|
C#: Add regression test and fix for type mentions of type parameter constraints.
|
2018-11-26 13:51:02 +00:00 |
|
calum
|
b67bc7b612
|
C#: Fix id generation of constructed methods, by avoid id clashes by ensuring that method type parameters are qualified where necessary. Add a qltest.
|
2018-11-23 12:11:10 +00:00 |
|
calum
|
e00807d66b
|
C#: Fix decoding method type parameters in FSharp.Core.
|
2018-11-23 12:09:52 +00:00 |
|
Tom Hvitved
|
b95d7e5302
|
C#: Move autobuilder into separate folder
|
2018-11-23 09:32:12 +01: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
|
bb49fe170b
|
C# extractor: Handle the type name of dynamic.
|
2018-11-15 18:27:53 +00:00 |
|
calum
|
a5d50fc1db
|
C#: Handle in arguments, and add AssignableAccess::isInArgument() predicate.
|
2018-11-13 10:58:43 +00:00 |
|
Tom Hvitved
|
dd6fd400aa
|
Merge pull request #335 from calumgrant/cs/cwe-937
C#: New query VulnerablePackage
|
2018-11-12 10:34:53 +01:00 |
|
calum
|
789e2fcf6d
|
C#: Fix an ArgumentNullException.
|
2018-11-08 10:39:38 +00:00 |
|
Tom Hvitved
|
48634d4c9a
|
Merge pull request #391 from calumgrant/cs/extractor/dump-args
C#: Reduce extractor log size
|
2018-11-07 11:17:21 +01:00 |
|
calum
|
7494bd66a4
|
C#: Address review comment.
|
2018-10-31 14:22:19 +00:00 |
|
calum
|
8bea6fa7c9
|
C#: Unit tests.
|
2018-10-31 12:01:43 +00:00 |
|
calum
|
681953ae70
|
C#: Reduce logging output and write arguments to separate files. Fix missing response file.
|
2018-10-31 11:56:47 +00:00 |
|
calum
|
68194b4474
|
C#: Fix typo again.
|
2018-10-26 13:10:16 +01:00 |
|
calum
|
448b080d4f
|
C#: Fix typos.
|
2018-10-25 13:45:46 +01:00 |
|
calum
|
5c0b9867f8
|
C#: Fix violations for cs/local-shadows-member
|
2018-10-24 17:36:51 +01:00 |
|
Tom Hvitved
|
a3fafd9ad1
|
C#: Remove global.json
|
2018-10-23 11:51:27 +02:00 |
|
calum
|
6e96fba7f6
|
C#: Address review comments: Merge XML index commands.
|
2018-10-19 16:14:35 +01:00 |
|
Tom Hvitved
|
826d15e6c1
|
C#: Address review comments
|
2018-10-19 10:42:13 +02:00 |
|
calum
|
ff3ed2db18
|
C#: Autobuilder extracts XML for .csproj and .props files.
|
2018-10-18 10:24:20 +01:00 |
|
Tom Hvitved
|
976e5ed80f
|
C#: Pass --compiler flag to extractor on Linux
|
2018-10-17 10:25:53 +02:00 |
|
Tom Hvitved
|
8158d456f3
|
C#: Use hashing to detect duplicate trap files
|
2018-10-17 10:25:05 +02:00 |
|
calum
|
a06c8bd2f5
|
C#: Address review comments.
|
2018-10-11 10:28:34 +01:00 |
|
calum
|
518c901ddc
|
C#: Merge latest changes.
|
2018-10-10 14:40:52 +01:00 |
|
calum
|
103d140e71
|
C#: Migrate extractor to this repository.
|
2018-10-10 14:40:52 +01:00 |
|