Tom Hvitved
|
6feded9000
|
Merge pull request #21014 from hvitved/csharp/file-path-filter-log-levels
C#: Adjust log levels in `FilePathFilter.cs`
|
2025-12-11 14:02:51 +01:00 |
|
Tom Hvitved
|
2fd4516c25
|
C#: Adjust log levels in FilePathFilter.cs
|
2025-12-11 13:37:56 +01:00 |
|
Michael Nebel
|
24417cf93d
|
C#: Add change-note.
|
2025-12-11 13:15:29 +01:00 |
|
Michael Nebel
|
fa76d3555a
|
C#: Update launch.json to point to .NET 10.
|
2025-12-11 12:19:24 +01:00 |
|
Michael Nebel
|
298e8f0c58
|
C#: Bugfix in the implicittostring. Need to handle the ReadOnlySpan params overload for string.Format.
|
2025-12-11 12:19:22 +01:00 |
|
Michael Nebel
|
ee5c291c9d
|
C#: Update test expected output.
|
2025-12-11 12:19:20 +01:00 |
|
Michael Nebel
|
45cd8e94cd
|
C#: Update test example (field is now a reserved word).
|
2025-12-11 12:19:17 +01:00 |
|
Michael Nebel
|
d97b9f532a
|
C#: Update example to use a type that calls an implicit (library) conversion operator.
|
2025-12-11 12:19:16 +01:00 |
|
Michael Nebel
|
66895a0c62
|
C#: Update the Roslyn, MsBuild and Binlog extractor dependencies.
|
2025-12-11 12:19:13 +01:00 |
|
Michael Nebel
|
c69bbce176
|
C#: Add change-note.
|
2025-12-11 11:34:58 +01:00 |
|
Michael Nebel
|
3bb12f6236
|
C#: Cleanup dependencies.
|
2025-12-11 11:34:56 +01:00 |
|
Michael Nebel
|
af6809e93e
|
C#: Update integration test expected files.
|
2025-12-11 11:34:55 +01:00 |
|
Michael Nebel
|
2d4127fdb7
|
C#: Partially update test expected files by search and replace.
|
2025-12-11 11:34:53 +01:00 |
|
Michael Nebel
|
16bfcc3882
|
C#: Update language test expected output files to .NET 10.
|
2025-12-11 11:34:52 +01:00 |
|
Michael Nebel
|
4c3176ef1a
|
C#: Update integration tests to target and request .NET 10.
|
2025-12-11 11:34:50 +01:00 |
|
Michael Nebel
|
66aaa62ad9
|
C#: Manually update the existing stubs to target .NET 10.
|
2025-12-11 11:34:46 +01:00 |
|
Michael Nebel
|
ff3d2d5b8d
|
C#: Update stub generator script to target .NET 10.
|
2025-12-11 11:34:39 +01:00 |
|
Michael Nebel
|
9e395936dc
|
C#: Update extractor to target .NET 10.
|
2025-12-11 11:34:38 +01:00 |
|
Michael Nebel
|
682195bd57
|
C#: Update workflows.
|
2025-12-11 11:34:36 +01:00 |
|
Michael Nebel
|
cf43c6170a
|
C#: Update Paket version and dependencies.
|
2025-12-11 11:34:34 +01:00 |
|
Anders Schack-Mulligen
|
139dc0acaf
|
Merge pull request #20922 from aschackmull/csharp/object-initializer
C#: Replace initializer splitting with an ObjectInitMethod.
|
2025-12-09 10:35:02 +01:00 |
|
Tom Hvitved
|
e054741061
|
Update expected test output
|
2025-12-09 09:13:26 +01:00 |
|
dependabot[bot]
|
c8992fc834
|
Bump the nuget group with 1 update
Bumps Newtonsoft.Json from 6.0.4 to 13.0.1
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-version: 13.0.1
dependency-type: direct:production
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-09 00:33:13 +00:00 |
|
Chris Smowton
|
79718b6dcb
|
Change note
|
2025-12-08 11:54:02 +00:00 |
|
Chris Smowton
|
5bb31afc83
|
C# CSRF query: add support for ASP.NET Core
|
2025-12-08 11:51:01 +00:00 |
|
Michael Nebel
|
10c01832b0
|
Merge pull request #20964 from michaelnebel/csharp/nugetversionsorting
C#: Fix NuGet version bug and a .NET10 compatibility issue.
|
2025-12-08 09:35:53 +01:00 |
|
Óscar San José
|
bc6133de5c
|
Merge branch 'main' of https://github.com/github/codeql into oscarsj/merge-back-rc-3.20
|
2025-12-05 19:31:47 +01:00 |
|
Anders Schack-Mulligen
|
28e9420476
|
C#: Fix lambda flow.
|
2025-12-05 10:58:01 +01:00 |
|
Michael Nebel
|
5a33f9fcd8
|
C#: Update integration test expected output.
|
2025-12-04 15:58:02 +01:00 |
|
Michael Nebel
|
4112cfc8f1
|
C#: Add change note.
|
2025-12-04 15:42:18 +01:00 |
|
Michael Nebel
|
a3e545ddd5
|
C#: Use NuGetVersion instead of homemade version implementation.
|
2025-12-04 15:34:28 +01:00 |
|
Michael Nebel
|
1b84f70d1c
|
C#: Use NuGet version sorting instead of lexicographic directory name sorting for finding newest package version.
|
2025-12-04 15:34:26 +01:00 |
|
Michael Nebel
|
4274af4f73
|
C#: Set AllowMissingPrunePackageData=true to true when purposely using non-existing framework targets.
|
2025-12-04 15:26:15 +01:00 |
|
Anders Schack-Mulligen
|
e4ee7c95c5
|
C#: Address review comments.
|
2025-12-04 15:06:20 +01:00 |
|
Michael Nebel
|
cdd8aa49e1
|
Merge pull request #20933 from michaelnebel/csharp/runtraceraftercompilation
C#: Invoke the extractor after the compiler to ensure that source generators have been executed.
|
2025-12-04 13:41:38 +01:00 |
|
Anders Schack-Mulligen
|
607ad1f886
|
Merge pull request #20961 from aschackmull/dataflow/flowfrom
Dataflow: Add flowFrom predicates to mirror flowTo.
|
2025-12-04 10:09:29 +01:00 |
|
Michael Nebel
|
e74031bee4
|
Merge pull request #20936 from michaelnebel/csharp/nocrashdotnetinfo
C#: Retry logic for `dotnet --info` when it fails with exit code 143.
|
2025-12-04 09:13:12 +01:00 |
|
Michael Nebel
|
a903420122
|
C#: Add change note.
|
2025-12-03 15:49:37 +01:00 |
|
Michael Nebel
|
0d08f24a2d
|
C#: Invoke the extractor after the compiler to ensure that source generators have been executed.
|
2025-12-03 15:49:35 +01:00 |
|
Tom Hvitved
|
3ba256a72a
|
C#/Java: Go back to access path limit 2
|
2025-12-03 15:05:02 +01:00 |
|
Anders Schack-Mulligen
|
78e1879c9e
|
Use more flowTo.
|
2025-12-03 14:12:08 +01:00 |
|
Anders Schack-Mulligen
|
dc6d3fe7ba
|
Use flowFrom.
|
2025-12-03 14:04:18 +01:00 |
|
Michael Nebel
|
c1793ab529
|
C#: Code quality improvement.
|
2025-12-03 11:48:32 +01:00 |
|
github-actions[bot]
|
085faa2bdb
|
Post-release preparation for codeql-cli-2.23.7
|
2025-12-02 16:39:43 +00:00 |
|
github-actions[bot]
|
a045b317ac
|
Release preparation for version 2.23.7
|
2025-12-02 15:31:27 +00:00 |
|
Michael Nebel
|
3197b50da7
|
C#: Address review comments.
|
2025-12-02 16:16:29 +01:00 |
|
Michael Nebel
|
1d9b88de8b
|
C#: Comment back in the .NET 10 tests.
|
2025-12-02 14:59:45 +01:00 |
|
Michael Nebel
|
4a6ae216a4
|
C#: Gracefully handle non-zero exitcodes for dotnet --info.
|
2025-12-02 14:42:00 +01:00 |
|
Anders Schack-Mulligen
|
5d63b6e723
|
C#: Accept integration test change
|
2025-12-02 14:03:31 +01:00 |
|
Anders Schack-Mulligen
|
67a2bced0d
|
C#: Accept CFG dead ends for compilation errors.
|
2025-12-02 13:49:18 +01:00 |
|