Skip to content

Add resource validation tests to prevent missing resource string errors#12611

Merged
YuliiaKovalova merged 10 commits into
mainfrom
copilot/fix-56c1f835-9330-497d-b8c6-d7c532047443
Jan 26, 2026
Merged

Add resource validation tests to prevent missing resource string errors#12611
YuliiaKovalova merged 10 commits into
mainfrom
copilot/fix-56c1f835-9330-497d-b8c6-d7c532047443

Merge branch 'main' into copilot/fix-56c1f835-9330-497d-b8c6-d7c53204…

74cc0e6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / msbuild-pr succeeded Jan 26, 2026 in 36m 2s

Build #20260126.3 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 81,020 (97.76%)
  • Other: 1,856 (2.24%)
  • Total: 82,877

Annotations

Check failure on line 1 in Microsoft.Build.Engine.UnitTests.ProjectCache.ProjectCacheTests.EmbeddedResourcesFileCompileCache

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

Microsoft.Build.Engine.UnitTests.ProjectCache.ProjectCacheTests.EmbeddedResourcesFileCompileCache

System.TimeoutException : Test failed due to timeout: process 83961 is active for more than 30 sec.
Raw output
   at Microsoft.Build.UnitTests.Shared.RunnerUtilities.RunProcessAndGetOutput(String process, String parameters, Boolean& successfulExit, Boolean shellExecute, ITestOutputHelper outputHelper, Boolean attachProcessId, Int32 timeoutMilliseconds) in /_/src/UnitTests.Shared/RunnerUtilities.cs:line 162
   at Microsoft.Build.UnitTests.Shared.RunnerUtilities.ExecBootstrapedMSBuild(String msbuildParameters, Boolean& successfulExit, Boolean shellExecute, ITestOutputHelper outputHelper, Boolean attachProcessId, Int32 timeoutMilliseconds) in /_/src/UnitTests.Shared/RunnerUtilities.cs:line 82
   at Microsoft.Build.Engine.UnitTests.ProjectCache.ProjectCacheTests.EmbeddedResourcesFileCompileCache() in /Users/runner/work/1/s/src/Build.UnitTests/ProjectCache/ProjectCacheTests.cs:line 1733
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)