Remove Polyfill NuGet package dependency #7597
Build MacOS Release failed
Annotations
Check failure on line 54 in src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs
azure-pipelines / microsoft.testfx (Build MacOS Release)
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs#L54
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs(54,31): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 1: cannot convert from 'char' to 'string'
Check failure on line 60 in src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs
azure-pipelines / microsoft.testfx (Build MacOS Release)
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs#L60
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs(60,31): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 1: cannot convert from 'char' to 'string'
Check failure on line 66 in src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs
azure-pipelines / microsoft.testfx (Build MacOS Release)
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs#L66
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs(66,31): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 1: cannot convert from 'char' to 'string'
Check failure on line 72 in src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs
azure-pipelines / microsoft.testfx (Build MacOS Release)
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs#L72
src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs(72,31): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 1: cannot convert from 'char' to 'string'
azure-pipelines / microsoft.testfx (Build MacOS Release)
src/Platform/Microsoft.Testing.Extensions.Telemetry/AppInsightsProvider.cs#L195
src/Platform/Microsoft.Testing.Extensions.Telemetry/AppInsightsProvider.cs(195,60): error CS0411: (NETCORE_ENGINEERING_TELEMETRY=Build) The type arguments for method 'TupleExtensions.Deconstruct<T1, T2>(Tuple<T1, T2>, out T1, out T2)' cannot be inferred from the usage. Try specifying the type arguments explicitly.