Skip to content

Replace ProjectCacheService null Project crash with diagnostic telemetry#13396

Merged
YuliiaKovalova merged 1 commit into
mainfrom
dev/fix-projectcache-null-project
Mar 17, 2026
Merged

Replace ProjectCacheService null Project crash with diagnostic telemetry#13396
YuliiaKovalova merged 1 commit into
mainfrom
dev/fix-projectcache-null-project

Replace ProjectCacheService null Project crash with telemetry and gra…

328236d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / msbuild-pr failed Mar 17, 2026 in 49m 56s

Build #20260317.7 had test failures

Details

Tests

  • Failed: 1 (0.00%, 1 new, 0 recurring)
  • Passed: 73,789 (97.87%)
  • Other: 1,602 (2.12%)
  • Total: 75,392

Annotations

Check failure on line 0 in VSTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

VSTest#L0

VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Debug\Microsoft.Build.Utilities.UnitTests_net10.0_x64.html [net10.0|x64]

Check failure on line 1 in Microsoft.Build.UnitTests.ToolTask_Tests.ToolTaskThatTimeoutAndRetry(repeats: 3, initialDelay: 10000, followupDelay: 1, timeout: 1000)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

Microsoft.Build.UnitTests.ToolTask_Tests.ToolTaskThatTimeoutAndRetry(repeats: 3, initialDelay: 10000, followupDelay: 1, timeout: 1000)

Shouldly.ShouldAssertException : result
    should be
True
    but was
False
Raw output
   at Microsoft.Build.UnitTests.ToolTask_Tests.ToolTaskThatTimeoutAndRetry(Int32 repeats, Int32 initialDelay, Int32 followupDelay, Int32 timeout) in D:\a\_work\1\s\src\Utilities.UnitTests\ToolTask_Tests.cs:line 1037
   at InvokeStub_ToolTask_Tests.ToolTaskThatTimeoutAndRetry(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)