Skip to content

Fixes

2282e2d
Select commit
Loading
Failed to load commit list.
Closed

Remove Polyfill NuGet package dependency #7597

Fixes
2282e2d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx (Build MacOS Release) failed Apr 13, 2026 in 7m 57s

Build MacOS Release failed

Annotations

Check failure on line 54 in src/Platform/Microsoft.Testing.Platform/Helpers/TimeSpanParser.cs

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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'

Check failure on line 195 in src/Platform/Microsoft.Testing.Extensions.Telemetry/AppInsightsProvider.cs

See this annotation in the file changed.

@azure-pipelines 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.