Mathias Vorreiter Pedersen
|
b499661c05
|
C#: Slightly refactor 'CollectionFlow' tests to add a taint-flow test.
|
2025-12-12 11:06:01 +00:00 |
|
Anders Schack-Mulligen
|
f8c144b20e
|
Merge pull request #21018 from aschackmull/csharp/guards-connect-barrierguard
C#: Connect shared Guards to SSA BarrierGuards.
|
2025-12-12 10:50:47 +01:00 |
|
Tom Hvitved
|
6f27863453
|
Merge pull request #21012 from hvitved/csharp/nhibernate-sql-sinks
C#: Add `NHibernate` SQL sinks
|
2025-12-12 09:23:39 +01:00 |
|
Tom Hvitved
|
0566a9ffe6
|
Merge pull request #20994 from hvitved/csharp/remove-pre-ssa
C#: Remove `PreSsa` library
|
2025-12-12 09:22:36 +01:00 |
|
Anders Schack-Mulligen
|
4b2e8c0b57
|
C++/C#/Go: Add empty extensible data.
|
2025-12-12 09:17:51 +01:00 |
|
Anders Schack-Mulligen
|
5bddc8d289
|
Go: Move Go package-grouping support into shared lib.
|
2025-12-12 09:17:51 +01:00 |
|
Michael Nebel
|
ea7e15829a
|
C#: Update integration test expected output.
|
2025-12-12 08:37:58 +01:00 |
|
Anders Schack-Mulligen
|
07252519c8
|
Java/C++: Thread additional models through the shared lib.
|
2025-12-12 08:20:20 +01:00 |
|
Anders Schack-Mulligen
|
3b334ea215
|
Java/C#: Share model coverage code.
|
2025-12-12 08:20:19 +01:00 |
|
Anders Schack-Mulligen
|
0915db4f6b
|
C++/C#/Go: Use shared interpretModelForTest.
|
2025-12-12 08:20:18 +01:00 |
|
Anders Schack-Mulligen
|
f0e7f1af2c
|
C++/C#/Go: Align ExternalFlowExtensions with Java.
|
2025-12-12 08:20:18 +01:00 |
|
Anders Schack-Mulligen
|
5ab26e481b
|
Add dummy instantiations for other languages.
|
2025-12-11 16:24:27 +01:00 |
|
Anders Schack-Mulligen
|
1142f4a54a
|
C#: Connect shared Guards to SSA BarrierGuards.
|
2025-12-11 15:41:47 +01:00 |
|
Michael Nebel
|
efb585384b
|
C#: Add change-note.
|
2025-12-11 15:27:28 +01:00 |
|
Michael Nebel
|
23981b474b
|
C#: Update integration test expected output.
|
2025-12-11 15:23:51 +01:00 |
|
Michael Nebel
|
d31a297a97
|
C#: Make support for .slnx files.
|
2025-12-11 15:18:27 +01:00 |
|
Michael Nebel
|
5212e635bc
|
C#: Add dependency Microsoft.VisualStudio.SolutionPersistence and update lock files.
|
2025-12-11 15:18:25 +01:00 |
|
Michael Nebel
|
166ce1b498
|
C#: Add buildless integration test example including .slnx file.
|
2025-12-11 14:47:08 +01:00 |
|
Michael Nebel
|
247d764a50
|
C#: Add autobuilder integration tests with .slnx file.
|
2025-12-11 14:45:38 +01:00 |
|
Tom Hvitved
|
adac3926a1
|
C#: Remove PreSsa library
|
2025-12-11 14:17:12 +01:00 |
|
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
|
a060218109
|
Add change note
|
2025-12-11 13:43:52 +01:00 |
|
Tom Hvitved
|
2fd4516c25
|
C#: Adjust log levels in FilePathFilter.cs
|
2025-12-11 13:37:56 +01:00 |
|
Tom Hvitved
|
776f6cd56f
|
C#: Add NHibernate SQL injection tests
|
2025-12-11 13:30:26 +01:00 |
|
Tom Hvitved
|
fac84ee9f3
|
C#: Add NHibernate SQL sinks
|
2025-12-11 13:30:24 +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 |
|
github-actions[bot]
|
2854330759
|
Post-release preparation for codeql-cli-2.23.8
|
2025-12-08 15:49:10 +00:00 |
|
github-actions[bot]
|
66c51e979e
|
Release preparation for version 2.23.8
|
2025-12-08 14:38:23 +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 |
|