Skip to content

Commit 4da16b7

Browse files
Merge pull request #2387 from KathleenDollard/fix-1978
Remove reflection suppression
2 parents 4457da4 + aaea93a commit 4da16b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/System.CommandLine/Binding/ArgumentConverter.DefaultValues.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ internal static partial class ArgumentConverter
1414
private static ConstructorInfo? _listCtor;
1515
#endif
1616

17-
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL3050", Justification = "https://github.com/dotnet/command-line-api/issues/1638")]
1817
private static Array CreateArray(Type itemType, int capacity)
1918
=> Array.CreateInstance(itemType, capacity);
2019

0 commit comments

Comments
 (0)