Adds .net 9 support #4763
Merged
Adds .net 9 support #4763
Azure Pipelines / PR Build & Deploy
succeeded
Jan 23, 2025 in 58m 21s
Build #20329pr47636 had test failures
Details
- Failed: 1 (0.00%)
- Passed: 46,711 (98.42%)
- Other: 749 (1.58%)
- Total: 47,461
- 9527 of 32180 branches covered (29.61%)
- 26500 of 84073 lines covered (31.52%)
Annotations
azure-pipelines / PR Build & Deploy
Microsoft.Health.Fhir.Core.UnitTests.Features.Operations.Export.ExportJobWorkerTests.GivenAcquireExportJobThrowsException_WhenExecuted_ThenWeHaveADelayBeforeWeRetry
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
AcquireLegacyExportJobsAsync(any UInt16, any TimeSpan, any CancellationToken)
Actually received 2 matching calls:
AcquireLegacyExportJobsAsync(1, 00:10:00, System.Threading.CancellationToken)
AcquireLegacyExportJobsAsync(1, 00:10:00, System.Threading.CancellationToken)
Raw output
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Core.CallRouter.Route(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.ObjectProxy_42.AcquireLegacyExportJobsAsync(UInt16 numberOfJobsToAcquire, TimeSpan jobHeartbeatTimeoutThreshold, CancellationToken cancellationToken)
at Microsoft.Health.Fhir.Core.UnitTests.Features.Operations.Export.ExportJobWorkerTests.GivenAcquireExportJobThrowsException_WhenExecuted_ThenWeHaveADelayBeforeWeRetry() in /_/src/Microsoft.Health.Fhir.Core.UnitTests/Features/Operations/Export/ExportJobWorkerTests.cs:line 152
--- End of stack trace from previous location ---
Loading