Merge pull request #15724 from hvitved/csharp-change-note

C#: Add change note
This commit is contained in:
Tom Hvitved
2024-02-26 14:35:38 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* C#: Data flow via get only properties like `public object Obj { get; }` is now captured by the data flow library.
* Data flow via get only properties like `public object Obj { get; }` is now captured by the data flow library.

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* We no longer make use of CodeQL database stats, which may affect join-orders in custom queries. It is therefore recommended to test performance of custom queries after upgrading to this version.