Skip to content

Add field keyword support in auto properties for C# 14 #2537

Add field keyword support in auto properties for C# 14

Add field keyword support in auto properties for C# 14 #2537

Re-run triggered November 30, 2025 10:19
Status Success
Total duration 3m 47s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Analyze (csharp): ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3610.cs#L44
Parameter 'StringComparison value' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Analyze (csharp): ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3452.cs#L26
Parameter 'StringComparison comparison' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Analyze (csharp): ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3610.cs#L44
Parameter 'StringComparison value' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Analyze (csharp): ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3452.cs#L26
Parameter 'StringComparison comparison' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.