Skip to content

[rel/18.6] Remove stale Microsoft.Extensions.FileSystemGlobbing binding redirect - #16083

Merged
Amaury Levé (Evangelink) merged 1 commit into
microsoft:rel/18.6from
Evangelink:dev/amauryleve/remove-stale-filesystemglobbing-redirect-rel-18.6
Jun 2, 2026
Merged

[rel/18.6] Remove stale Microsoft.Extensions.FileSystemGlobbing binding redirect#16083
Amaury Levé (Evangelink) merged 1 commit into
microsoft:rel/18.6from
Evangelink:dev/amauryleve/remove-stale-filesystemglobbing-redirect-rel-18.6

[rel/18.6] Remove stale Microsoft.Extensions.FileSystemGlobbing bindi…

c9e0f24
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.vstest succeeded Jun 2, 2026 in 11m 17s

Build #20260602.2 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 18,200 (98.58%)
  • Other: 261 (1.41%)
  • Total: 18,462

Annotations

Check failure on line 1 in Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Processors.PortArgumentProcessorTests.ExecutorExecuteForValidConnectionReturnsArgumentProcessorResultSuccess

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Processors.PortArgumentProcessorTests.ExecutorExecuteForValidConnectionReturnsArgumentProcessorResultSuccess

Test method Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Processors.PortArgumentProcessorTests.ExecutorExecuteForValidConnectionReturnsArgumentProcessorResultSuccess threw exception:
Moq.MockException: 
Expected invocation on the mock once, but was 0 times: td => td.ConnectToClientAndProcessRequests(2345, Mock<ITestRequestManager:41>.Object)

Performed invocations:

   Mock<IDesignModeClient:9> (td):

      IDesignModeClient.ConnectToClientAndProcessRequests(1234, Mock<ITestRequestManager:41>.Object)
Raw output
   at Moq.Mock.Verify(Mock mock, LambdaExpression expression, Times times, String failMessage) in C:\projects\moq4\src\Moq\Mock.cs:line 337
   at Moq.Mock`1.Verify(Expression`1 expression, Times times) in C:\projects\moq4\src\Moq\Mock`1.cs:line 737
   at Moq.Mock`1.Verify(Expression`1 expression, Func`1 times) in C:\projects\moq4\src\Moq\Mock`1.cs:line 751
   at Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Processors.PortArgumentProcessorTests.ExecutorExecuteForValidConnectionReturnsArgumentProcessorResultSuccess() in /_/test/vstest.console.UnitTests/Processors/PortArgumentProcessorTests.cs:line 136
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)