[Refactor] Use List<T>
rather than Collection<T>
#4315
Build Linux Release failed
Annotations
Check failure on line 120 in src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs
azure-pipelines / microsoft.testfx (Build Linux Release)
src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs#L120
src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs(120,76): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 3: cannot convert from 'out System.Collections.Generic.ICollection<string>' to 'out System.Collections.Generic.List<string>'
Check failure on line 4 in src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs
azure-pipelines / microsoft.testfx (Build Linux Release)
src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs#L4
src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs(4,1): error IDE0005: (NETCORE_ENGINEERING_TELEMETRY=Build) Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Check failure on line 120 in src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs
azure-pipelines / microsoft.testfx (Build Linux Release)
src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs#L120
src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs(120,76): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 3: cannot convert from 'out System.Collections.Generic.ICollection<string>' to 'out System.Collections.Generic.List<string>'
Check failure on line 4 in src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs
azure-pipelines / microsoft.testfx (Build Linux Release)
src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs#L4
src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs(4,1): error IDE0005: (NETCORE_ENGINEERING_TELEMETRY=Build) Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Check failure on line 120 in src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs
azure-pipelines / microsoft.testfx (Build Linux Release)
src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs#L120
src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumeratorWrapper.cs(120,76): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 3: cannot convert from 'out System.Collections.Generic.ICollection<string>' to 'out System.Collections.Generic.List<string>'