Skip to content

Fix process name retrieval and improve integration test robustness

4d2d2f3
Select commit
Loading
Failed to load commit list.
Draft

Add artifact naming service with template support for consistent naming across extensions #6587

Fix process name retrieval and improve integration test robustness
4d2d2f3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx failed Sep 22, 2025 in 9m 57s

Build #20250922.7 failed

Annotations

Check failure on line 35 in src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs#L35

src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs(35,23): error CS0117: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ArgumentGuard' does not contain a definition for 'IsNotNullOrEmpty'

Check failure on line 49 in src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs#L49

src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs(49,23): error CS0117: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ArgumentGuard' does not contain a definition for 'IsNotNullOrEmpty'

Check failure on line 79 in src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs#L79

src/Platform/Microsoft.Testing.Platform/Services/ArtifactNamingService.cs(79,55): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'IProcess' does not contain a definition for 'ProcessName' and no accessible extension method 'ProcessName' accepting a first argument of type 'IProcess' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 104 in src/Platform/Microsoft.Testing.Platform/Hosts/TestHostBuilder.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

src/Platform/Microsoft.Testing.Platform/Hosts/TestHostBuilder.cs#L104

src/Platform/Microsoft.Testing.Platform/Hosts/TestHostBuilder.cs(104,1): error IDE0055: (NETCORE_ENGINEERING_TELEMETRY=Build) Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)