Instead of new int[0], use System.Array.Empty<int>();.
Description
Description
Details
Details
Status | Assigned | Task | ||
---|---|---|---|---|
Open | felipealmeida | T8331 C#: Fix stylecop warnings | ||
Resolved | lauromoura | T8421 C#: CA1825: Avoid zero-length array allocations |
Instead of new int[0], use System.Array.Empty<int>();.
Status | Assigned | Task | ||
---|---|---|---|---|
Open | felipealmeida | T8331 C#: Fix stylecop warnings | ||
Resolved | lauromoura | T8421 C#: CA1825: Avoid zero-length array allocations |