sonar-dotnet icon indicating copy to clipboard operation
sonar-dotnet copied to clipboard

Fix S3257 FP: Array with target-typed new expressions

Open Tim-Pohlmann opened this issue 1 year ago • 0 comments

Description

FP for S3257 when creating a typed array with target-typed new expressions in the initializer.

Repro steps

_ = new MyRecord[] { new(), new() };
record MyRecord();

Tim-Pohlmann avatar Mar 01 '23 13:03 Tim-Pohlmann