Tom Hvitved
|
9f13cdadcb
|
C#: Add use-use stress test
|
2022-11-17 13:42:56 +01:00 |
|
Tom Hvitved
|
baaafadeb0
|
Merge pull request #11266 from hvitved/csharp/update-nuget-packages
C#: Update all nuget packages
|
2022-11-16 19:53:45 +01:00 |
|
Tom Hvitved
|
7cab6b5491
|
C#: Include SSA "phi reads" in DataFlow::Node
|
2022-11-16 15:31:01 +01:00 |
|
Tom Hvitved
|
67b6a82cf1
|
Merge pull request #11198 from hvitved/ssa/expose-phi-reads
SSA: Expose phi-read nodes
|
2022-11-16 15:11:58 +01:00 |
|
Erik Krogh Kristensen
|
f7b5a4d170
|
Merge pull request #11203 from erik-krogh/shouldBePath
C#: update cs/assembly-path-injection cs/hardcoded-key to path-problems
|
2022-11-15 16:24:05 +01:00 |
|
Tom Hvitved
|
bd78e73131
|
C#: Add tests for phi reads
|
2022-11-15 11:45:32 +01:00 |
|
Tom Hvitved
|
dc2cd994d4
|
C#: Update expected test output
|
2022-11-15 11:22:48 +01:00 |
|
Michael Nebel
|
ef50e57317
|
Merge pull request #11083 from michaelnebel/csharp/telemetry
C#: Telemetry query updates.
|
2022-11-11 10:57:54 +01:00 |
|
erik-krogh
|
887062d339
|
update cs/assembly-path-injection and cs/hardcoded-key to path-problems
|
2022-11-11 10:55:36 +01:00 |
|
Michael Nebel
|
9c6875ec0f
|
Merge pull request #10777 from michaelnebel/csharp/generatedataextensions
C#: Generate data extension files
|
2022-11-10 13:08:31 +01:00 |
|
JarLob
|
e122f94c1c
|
Move to isBooleanConstant
|
2022-11-07 13:38:05 +01:00 |
|
JarLob
|
74ee101592
|
Extend Constant Condition query with String.IsNullOrEmpty.
|
2022-11-07 13:05:37 +01:00 |
|
Michael Nebel
|
fec4d1992d
|
C#: Update telemetry expected output.
|
2022-11-04 11:20:33 +01:00 |
|
Tom Hvitved
|
2f8dcdd602
|
Merge pull request #10933 from hvitved/csharp/fix-flow-into-phis
C#: Fix flow steps into phi/uncertain def nodes
|
2022-11-04 10:28:09 +01:00 |
|
Michael Nebel
|
990a898cc7
|
C#: Remove the Csv name where appropriate.
|
2022-11-04 08:20:53 +01:00 |
|
Michael Nebel
|
d11bca0cdc
|
C#: Migrate unit tests to data extensions.
|
2022-11-04 08:20:53 +01:00 |
|
Michael Nebel
|
afb604ee5f
|
C#: Remove all generated models.
|
2022-11-04 08:20:53 +01:00 |
|
Michael Nebel
|
4b649e0bad
|
C#: Update flowsummaries test expected output.
|
2022-11-04 08:19:05 +01:00 |
|
Tom Hvitved
|
1711efcc47
|
C#: Update expected test output
|
2022-11-03 15:52:30 +01:00 |
|
Tom Hvitved
|
fa762d9952
|
C#: Fix flow steps into phi nodes
- Add missing flow from post-update nodes into phi nodes.
- Prevent flow from reads into phi nodes when use-use flow is prohibited.
|
2022-11-02 10:21:50 +01:00 |
|
Tom Hvitved
|
5b5dd07d60
|
C#: Add data flow test that illustrates issue with flow into phi nodes
|
2022-11-02 10:20:56 +01:00 |
|
Dave Bartolomeo
|
9d5e5e3ee7
|
${workspace} all the things
|
2022-11-01 13:29:05 -04:00 |
|
Rasmus Wriedt Larsen
|
fc7eb5b4fc
|
InlineExpectationsTest: sync
|
2022-10-27 09:02:28 +02:00 |
|
Rasmus Wriedt Larsen
|
5e9897d150
|
InlineExpectationsTest: sync
|
2022-10-26 18:21:13 +02:00 |
|
erik-krogh
|
a30b7120a7
|
fix some more style-guide violations in the alert-messages
|
2022-10-07 11:17:39 +02:00 |
|
Erik Krogh Kristensen
|
17e6b2af37
|
Merge pull request #10557 from erik-krogh/csharp-followMsg
C#: Update the alert messages to better follow the style guide
|
2022-10-01 10:47:43 +02:00 |
|
erik-krogh
|
318718c428
|
update expected output
|
2022-09-30 14:51:41 +02:00 |
|
erik-krogh
|
7098e7b102
|
change more queries to start with "This "
|
2022-09-30 13:29:18 +02:00 |
|
erik-krogh
|
77eeabe8e5
|
changed to address review
|
2022-09-29 13:39:59 +02:00 |
|
Michael Nebel
|
95488bf133
|
C#: Update expected test output.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
903abd0f3e
|
C#: Exhaustive validation of postupdate notes in conditional expression example.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
131a6ac492
|
C#: Update expected test output.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
9ced3956d6
|
C#: Add assignment expression example.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
e1ea1a464d
|
C#: Update expected test output.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
58bf283023
|
C#: Add suppress nullable warning expressions example.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
940e925c31
|
C#: Update expected test output.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
d54406d599
|
C#: Add switch example.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
65b32b665d
|
C#: Update test expected output.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
11d67744f7
|
C#: Add NullCoalescing example.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
2e5fc19e38
|
C#: Update expected test output.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
ba4794790e
|
C#: Add Cast example.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
c49a16c840
|
C#: Update expected test output for the local flow testcases.
|
2022-09-29 11:35:21 +02:00 |
|
Michael Nebel
|
e8fd2bfc78
|
C#: Update expected test output.
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
7b6e684eaf
|
C#: Update test expected output (no new flow is identified).
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
51daae01f1
|
C#: Add test case.
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
37795226a4
|
C#: Exclude stub implementation in test results.
|
2022-09-26 14:55:29 +02:00 |
|
Michael Nebel
|
85eee886ac
|
C#: Auto-format AspNetCore.ql.
|
2022-09-26 14:55:28 +02:00 |
|
Michael Nebel
|
a7011e11c4
|
C#: Minor refactoring to avoid introducing name variable.
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
eed04696a9
|
Add tests
|
2022-09-26 14:55:28 +02:00 |
|
Octokit
|
f05d4b8410
|
failing tests
|
2022-09-26 14:55:28 +02:00 |
|