Release preparation for version 2.21.1

This commit is contained in:
github-actions[bot]
2025-04-14 09:53:06 +00:00
parent 884c4a6e7b
commit b961c5961d
170 changed files with 424 additions and 167 deletions

View File

@@ -1,3 +1,7 @@
## 1.7.38
No user-facing changes.
## 1.7.37
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.7.38
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.37
lastReleaseVersion: 1.7.38

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-all
version: 1.7.38-dev
version: 1.7.38
groups:
- csharp
- solorigate

View File

@@ -1,3 +1,7 @@
## 1.7.38
No user-facing changes.
## 1.7.37
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.7.38
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.37
lastReleaseVersion: 1.7.38

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-queries
version: 1.7.38-dev
version: 1.7.38
groups:
- csharp
- solorigate

View File

@@ -1,3 +1,10 @@
## 5.1.4
### Minor Analysis Improvements
* The *alignment* and *format* clauses in string interpolation expressions are now extracted. That is, in `$"Hello {name,align:format}"` *name*, *align* and *format* are extracted as children of the string interpolation *insert* `{name,align:format}`.
* Blazor support can now better recognize when a property being set is specified with a string literal, rather than referenced in a `nameof` expression.
## 5.1.3
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Blazor support can now better recognize when a property being set is specified with a string literal, rather than referenced in a `nameof` expression.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 5.1.4
### Minor Analysis Improvements
* The *alignment* and *format* clauses in string interpolation expressions are now extracted. That is, in `$"Hello {name,align:format}"` *name*, *align* and *format* are extracted as children of the string interpolation *insert* `{name,align:format}`.
* Blazor support can now better recognize when a property being set is specified with a string literal, rather than referenced in a `nameof` expression.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.1.3
lastReleaseVersion: 5.1.4

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-all
version: 5.1.4-dev
version: 5.1.4
groups: csharp
dbscheme: semmlecode.csharp.dbscheme
extractor: csharp

View File

@@ -1,3 +1,10 @@
## 1.1.1
### Minor Analysis Improvements
* Enums and `System.DateTimeOffset` are now treated as *simple* types, which means that they are considered to have a sanitizing effect. This impacts many queries, among others the `cs/log-forging` query.
* The MaD models for the .NET 9 Runtime have been re-generated after a fix related to `out`/`ref` parameters.
## 1.1.0
### New Queries

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The MaD models for the .NET 9 Runtime have been re-generated after a fix related to `out`/`ref` parameters.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 1.1.1
### Minor Analysis Improvements
* Enums and `System.DateTimeOffset` are now treated as *simple* types, which means that they are considered to have a sanitizing effect. This impacts many queries, among others the `cs/log-forging` query.
* The MaD models for the .NET 9 Runtime have been re-generated after a fix related to `out`/`ref` parameters.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.1.0
lastReleaseVersion: 1.1.1

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 1.1.1-dev
version: 1.1.1
groups:
- csharp
- queries