Anders Schack-Mulligen
|
7d0e4f58f3
|
C#: Fix join-order issue in ConstantCondition.
|
2025-10-22 15:52:51 +02:00 |
|
Anders Schack-Mulligen
|
f172e36eee
|
C#: Address more review comments.
|
2025-10-22 15:50:10 +02:00 |
|
Michael Nebel
|
83343e1031
|
Merge pull request #20663 from michaelnebel/csharp/dotnet10rc2traced
C#: Tracer support for invoking `csc` directly.
|
2025-10-22 15:36:34 +02:00 |
|
Michael Nebel
|
47c751be32
|
C#: Only run integration test on windows and linux.
|
2025-10-22 14:12:17 +02:00 |
|
Michael Nebel
|
6a02649334
|
Merge pull request #20555 from michaelnebel/csharp/staridlocationsbuildless
C#: `*` on Source locations in BMN.
|
2025-10-22 13:28:11 +02:00 |
|
Michael Nebel
|
7a414089e4
|
C#: Use autobuilder instead of supplying build command.
|
2025-10-22 13:25:23 +02:00 |
|
Michael Nebel
|
e14879ba33
|
C#: Add integration test for DB creation using .NET 10 RC 2.
|
2025-10-22 12:59:40 +02:00 |
|
Michael Nebel
|
d5ff9bf5d0
|
C#: Collapse tracer cases for csc, csc.exe and mcs.exe and remote quoting.
|
2025-10-22 11:58:02 +02:00 |
|
Anders Schack-Mulligen
|
c44e6fc3f0
|
C#: Qldoc tweaks.
|
2025-10-22 10:22:26 +02:00 |
|
Michael Nebel
|
def522d122
|
C#: Make sure that the file exists before attempting to get version info.
|
2025-10-21 13:12:21 +02:00 |
|
Michael Nebel
|
af5622a60e
|
C#: Address review comments.
|
2025-10-21 13:03:53 +02:00 |
|
Paolo Tranquilli
|
316225bb88
|
Csharp: rename predicate
|
2025-10-21 11:47:54 +02:00 |
|
Paolo Tranquilli
|
6f8b1f6f4c
|
Csharp: address review
|
2025-10-21 11:43:58 +02:00 |
|
Michael Nebel
|
6bc15bcedc
|
C#: Add change-note.
|
2025-10-21 11:42:19 +02:00 |
|
Michael Nebel
|
e560ac197f
|
C#: Tracer support for invoking csc directly.
|
2025-10-21 11:16:55 +02:00 |
|
Paolo Tranquilli
|
c728503517
|
Merge branch 'main' into redsun82/csharp-fix-xframe-options-in-location
|
2025-10-21 11:15:46 +02:00 |
|
Michael B. Gale
|
4441303623
|
Merge pull request #20625 from github/mbg/csharp/proxy-log-messages
|
2025-10-20 10:00:58 +01:00 |
|
Paolo Tranquilli
|
0c719af33c
|
Csharp: add change note
|
2025-10-17 12:05:52 +02:00 |
|
Paolo Tranquilli
|
c3fd06c8a4
|
Csharp: fix cs/web/missing-x-frame-options to also consider location elements
As explained in
https://learn.microsoft.com/en-us/previous-versions/aspnet/ms178692(v=vs.100),
it is possible to add `system.webServer` elements nested inside
`location` elements in `Web.config`.
|
2025-10-17 11:27:31 +02:00 |
|
Henry Mercer
|
c2309a9aca
|
Merge pull request #20638 from github/post-release-prep/codeql-cli-2.23.3
Post-release preparation for codeql-cli-2.23.3
|
2025-10-14 13:03:22 +01:00 |
|
Anders Schack-Mulligen
|
da0b168b2e
|
Merge pull request #20627 from hvitved/csharp/property-descriptor-get-value-neutral
C#: Add neutral model for `System.ComponentModel.PropertyDescriptor.GetValue`
|
2025-10-14 13:31:40 +02:00 |
|
github-actions[bot]
|
6dd07790ac
|
Post-release preparation for codeql-cli-2.23.3
|
2025-10-14 11:16:33 +00:00 |
|
github-actions[bot]
|
33542f7d40
|
Release preparation for version 2.23.3
|
2025-10-14 09:30:24 +00:00 |
|
Tom Hvitved
|
2577452849
|
C#: Add neutral model for System.ComponentModel.PropertyDescriptor.GetValue
|
2025-10-12 09:06:54 +02:00 |
|
Michael B. Gale
|
47632cdbd1
|
C#: Improve log messages in DotNetCliInvoker
|
2025-10-10 17:08:24 +01:00 |
|
Michael Nebel
|
9ec0c9d5f2
|
C#: Add change note.
|
2025-10-10 14:06:45 +02:00 |
|
Michael Nebel
|
56ff0baba3
|
C#: Use * IDs for source locations.
|
2025-10-10 14:03:49 +02:00 |
|
Michael Nebel
|
b8c3a28de3
|
C#: Add change note.
|
2025-10-10 11:47:19 +02:00 |
|
Michael Nebel
|
e8fd843e52
|
C#: Update some tuple related tests.
|
2025-10-09 16:33:47 +02:00 |
|
Michael Nebel
|
89681a49e6
|
C#: Only extract the unbound locations for constructors, destructors and user defined operators and use this in the QL code.
|
2025-10-09 14:13:27 +02:00 |
|
Michael Nebel
|
02428fc467
|
C#: Add some location examples for constructors, destructors and operators.
|
2025-10-09 14:13:24 +02:00 |
|
Michael Nebel
|
051b83f036
|
C#: Only extract the unbound location for fields and parameters and use this location in the QL code.
|
2025-10-09 14:04:13 +02:00 |
|
Michael Nebel
|
f200c3ce85
|
C#: Add field location example.
|
2025-10-09 14:04:10 +02:00 |
|
Michael Nebel
|
b9eae31172
|
C#: Add parameter locations test.
|
2025-10-09 14:04:08 +02:00 |
|
Michael Nebel
|
cdfa58645a
|
C#: Add change-note.
|
2025-10-08 10:14:51 +02:00 |
|
Michael Nebel
|
eb84b1441a
|
C#: Add some locations tests for type parameters and tuple types.
|
2025-10-07 15:26:33 +02:00 |
|
Michael Nebel
|
f0842e430d
|
C#: Respect the context when extracting locations for type parameters and tuple typles.
|
2025-10-07 15:26:31 +02:00 |
|
Michael Nebel
|
584d8c5377
|
C#: Add change-note.
|
2025-10-07 14:24:21 +02:00 |
|
Michael Nebel
|
f9d62a0efc
|
C#: Narrow the use of unbound declaration locations to nested types.
|
2025-10-07 09:43:39 +02:00 |
|
Michael Nebel
|
6149608c03
|
C#: Always use the unbound type declaration location for type location.
|
2025-10-06 16:41:12 +02:00 |
|
Michael Nebel
|
b362b4657f
|
C#: Add some examples with nested types.
|
2025-10-06 16:40:13 +02:00 |
|
Michael Nebel
|
7b61a5fffa
|
C#: Update some test expected output that uses the location of the implicit constructor.
|
2025-10-06 14:02:17 +02:00 |
|
Michael Nebel
|
0ba9b80d08
|
C#: Add some more partial class related tests.
|
2025-10-06 14:02:15 +02:00 |
|
Michael Nebel
|
12dc65d170
|
C#: For implicit constructors, pick a unique source location as reporting location (if any).
|
2025-10-06 14:02:13 +02:00 |
|
Michael Nebel
|
b5592ad42f
|
C#: Add partial class example.
|
2025-10-06 14:02:12 +02:00 |
|
Michael Nebel
|
0cd7c37209
|
C#: Avoid extracting duplicate type locations.
|
2025-10-06 14:02:10 +02:00 |
|
Michael Nebel
|
f2b45b8726
|
C#: Add type locations test.
|
2025-10-06 14:02:07 +02:00 |
|
Anders Schack-Mulligen
|
84a65bef43
|
C#: Add change note.
|
2025-10-03 16:29:56 +02:00 |
|
Anders Schack-Mulligen
|
613c789378
|
C#: Remove some obsolete tests.
|
2025-10-03 15:29:36 +02:00 |
|
Anders Schack-Mulligen
|
b392767252
|
C#: Accept qltest changes.
|
2025-10-03 15:29:35 +02:00 |
|