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 (Build Windows Debug) failed Sep 22, 2025 in 8m 34s

Build Windows Debug failed

Annotations

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

Build log #L9

Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\s\artifacts\packages\Debug\Shipping

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

Build log #L9

Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\a\binlogs

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 (Build Windows Debug)

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 (Build Windows Debug)

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 (Build Windows Debug)

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?)