Skip to content

Fix #3621: Fix multiple uses of primary ctor parameter in initializer… #2533

Fix #3621: Fix multiple uses of primary ctor parameter in initializer…

Fix #3621: Fix multiple uses of primary ctor parameter in initializer… #2533

Triggered via push November 26, 2025 07:54
Status Success
Total duration 3m 42s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
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.
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.