mirror of
https://github.com/github/codeql.git
synced 2026-01-17 16:34:49 +01:00
Merge pull request #15724 from hvitved/csharp-change-note
C#: Add change note
This commit is contained in:
@@ -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.
|
||||
|
||||
4
csharp/ql/lib/change-notes/2024-02-22-no-db-stats.md
Normal file
4
csharp/ql/lib/change-notes/2024-02-22-no-db-stats.md
Normal 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.
|
||||
Reference in New Issue
Block a user