V11.1.0/support for integration testing #52
ci-pipeline.yml
on: pull_request
initialize
2s
Matrix: call-build
Matrix: call-pack
Matrix: call-test-linux
Matrix: call-test-windows
Matrix: call-test-mac
Waiting for pending jobs
call-codecov
/
📊 Code Coverage Analysis
call-codeql
/
🛡️ Security Analysis
call-sonarcloud
/
🔬 Code Quality Analysis
call-nuget
/
deploy
call-nuget
/
deploy_environment
Annotations
25 errors, 21 warnings, and 2 notices
|
Failed test: Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest
Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Codebelt.Extensions.Xunit.Hosting.BlockingManagedApplicationFixture`1.ConfigureHost(Test hostTest) in /_/src/Codebelt.Extensions.Xunit.Hosting/BlockingManagedApplicationFixture.cs:line 56
at Codebelt.Extensions.Xunit.Hosting.Internal.ApplicationTest`1.InitializeHostFixture(IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/Internal/ApplicationTest.cs:line 25
at Codebelt.Extensions.Xunit.Hosting.Internal.ApplicationTest`1..ctor(Action`1 hostConfigurator, IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/Internal/ApplicationTest.cs:line 16
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactory.Create[TEntryPoint](Action`1 hostSetup, IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/ApplicationTestFactory.cs:line 20
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/ApplicationTestFactoryTest.cs:line 89
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
call-test-linux (Release, ARM64) / 🧪 Test
Process completed with exit code 1.
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram
Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/ApplicationTestFactoryTest.cs:line 28
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Codebelt.Extensions.Xunit.Hosting.BlockingManagedApplicationFixture`1.ConfigureHost(Test hostTest) in /_/src/Codebelt.Extensions.Xunit.Hosting/BlockingManagedApplicationFixture.cs:line 56
at Codebelt.Extensions.Xunit.Hosting.ApplicationTest`2..ctor(Boolean skipHostFixtureInitialization, T hostFixture, ITestOutputHelper output, Type callerType) in /_/src/Codebelt.Extensions.Xunit.Hosting/ApplicationTest.cs:line 48
at Codebelt.Extensions.Xunit.Hosting.ApplicationTest`2..ctor(T hostFixture, ITestOutputHelper output, Type callerType) in /_/src/Codebelt.Extensions.Xunit.Hosting/ApplicationTest.cs:line 22
at Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest..ctor(BlockingManagedApplicationFixture`1 hostFixture, ITestOutputHelper output) in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperMinimalConsoleApplicationTestTest.cs:line 11
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperConsoleApplicationTestTest.cs:line 17
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
call-test-linux (Debug, ARM64) / 🧪 Test
Process completed with exit code 1.
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest
Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Codebelt.Extensions.Xunit.Hosting.BlockingManagedApplicationFixture`1.ConfigureHost(Test hostTest) in /_/src/Codebelt.Extensions.Xunit.Hosting/BlockingManagedApplicationFixture.cs:line 56
at Codebelt.Extensions.Xunit.Hosting.Internal.ApplicationTest`1.InitializeHostFixture(IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/Internal/ApplicationTest.cs:line 25
at Codebelt.Extensions.Xunit.Hosting.Internal.ApplicationTest`1..ctor(Action`1 hostConfigurator, IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/Internal/ApplicationTest.cs:line 16
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactory.Create[TEntryPoint](Action`1 hostSetup, IApplicationFixture`1 hostFixture)
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/ApplicationTestFactoryTest.cs:line 89
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperMinimalConsoleApplicationTestTest.cs:line 18
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperConsoleApplicationTestTest.cs:line 17
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram
Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/ApplicationTestFactoryTest.cs:line 28
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
call-test-linux (Debug, X64) / 🧪 Test
Process completed with exit code 1.
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperConsoleApplicationTestTest.cs:line 17
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperMinimalConsoleApplicationTestTest.cs:line 18
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperConsoleApplicationTestTest.cs:line 17
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
call-test-windows (Release, ARM64) / 🧪 Test
Process completed with exit code 1.
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperConsoleApplicationTestTest.ShouldBootstrapLegacyConsoleProgramAndStartup() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperConsoleApplicationTestTest.cs:line 17
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperMinimalConsoleApplicationTestTest.cs:line 18
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
call-test-windows (Debug, X64) / 🧪 Test
Process completed with exit code 1.
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram
Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_ShouldBootstrapApplication_WhenEntryPointUsesBootstrapperConsoleProgram() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/ApplicationTestFactoryTest.cs:line 28
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
call-test-windows (Release, X64) / 🧪 Test
Process completed with exit code 1.
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredService[TService](IServiceProvider provider) in /_/src/Platform/Microsoft.Testing.Platform/Services/ServiceProviderExtensions.cs:line 37
at Codebelt.Extensions.Xunit.Hosting.BootstrapperMinimalConsoleApplicationTestTest.ShouldBootstrapMinimalConsoleProgram() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/BootstrapperMinimalConsoleApplicationTestTest.cs:line 18
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
Failed test: Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest
Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest
Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stack trace:
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Codebelt.Extensions.Xunit.Hosting.BlockingManagedApplicationFixture`1.ConfigureHost(Test hostTest) in /_/src/Codebelt.Extensions.Xunit.Hosting/BlockingManagedApplicationFixture.cs:line 56
at Codebelt.Extensions.Xunit.Hosting.Internal.ApplicationTest`1.InitializeHostFixture(IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/Internal/ApplicationTest.cs:line 25
at Codebelt.Extensions.Xunit.Hosting.Internal.ApplicationTest`1..ctor(Action`1 hostConfigurator, IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/Internal/ApplicationTest.cs:line 16
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactory.Create[TEntryPoint](Action`1 hostSetup, IApplicationFixture`1 hostFixture) in /_/src/Codebelt.Extensions.Xunit.Hosting/ApplicationTestFactory.cs:line 20
at Codebelt.Extensions.Xunit.Hosting.ApplicationTestFactoryTest.Create_CallerTypeShouldHaveDeclaringTypeOfApplicationTestFactoryTest() in /_/test/Codebelt.Extensions.Xunit.Hosting.FunctionalTests/ApplicationTestFactoryTest.cs:line 89
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
|
|
call-test-windows (Debug, ARM64) / 🧪 Test
Process completed with exit code 1.
|
|
test-qualitygate
Process completed with exit code 1.
|
|
test-qualitygate
test_linux finished with 'failure'.
|
|
call-build (X64, Debug) / 🛠️ Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-build (ARM64, Release) / 🛠️ Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-build (ARM64, Debug) / 🛠️ Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-build (X64, Release) / 🛠️ Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-pack (Release) / 📦 Pack
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-pack (Debug) / 📦 Pack
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, ARM64) / 🧪 Test
No files were found with the provided path: /home/runner/work/xunit/xunit/Coverage. No artifacts will be uploaded.
|
|
call-test-linux (Debug, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, ARM64) / 🧪 Test
No files were found with the provided path: /home/runner/work/xunit/xunit/Coverage. No artifacts will be uploaded.
|
|
call-test-linux (Debug, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, X64) / 🧪 Test
No files were found with the provided path: /home/runner/work/xunit/xunit/Coverage. No artifacts will be uploaded.
|
|
call-test-linux (Release, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (Release, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (Release, ARM64) / 🧪 Test
No files were found with the provided path: C:\a\xunit\xunit/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (Debug, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (Debug, X64) / 🧪 Test
No files were found with the provided path: D:\a\xunit\xunit/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (Release, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (Release, X64) / 🧪 Test
No files were found with the provided path: D:\a\xunit\xunit/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (Debug, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (Debug, ARM64) / 🧪 Test
No files were found with the provided path: C:\a\xunit\xunit/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (Debug, X64) / 🧪 Test
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
call-test-windows (Release, X64) / 🧪 Test
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
CoverageReport-Release-Linux-X64-
|
2.92 MB |
sha256:5438bcc792348f989789a9684b1133eed2b7ffca3483344fbf69d004739b18d6
|
|
|
NuGet-Debug
|
284 KB |
sha256:a85dc49091b7db771e41dd2ce3e4417aff4526fcdba022e62852abe625d6b500
|
|
|
NuGet-Release
|
272 KB |
sha256:8cf9f63eb0f84b520082966d103f28f139db24f26b692ca14eb4edd943de6ed1
|
|
|
TestResults-Debug-Linux-ARM64-
|
445 KB |
sha256:d82c7fc034d88894899390c819c708e1362f8f0fbe788f3e779db8d8ab7f6eda
|
|
|
TestResults-Debug-Linux-X64-
|
443 KB |
sha256:3a2dce7a4cbc0ebf92140cfbc8c40048d787a6aed7c9c444de25ef63a9584fce
|
|
|
TestResults-Debug-Windows-ARM64-
|
466 KB |
sha256:a1434cd38b7aad29c4a640ffeca835097086900b0d1eeb4eb650c3c4fb664aea
|
|
|
TestResults-Debug-Windows-X64-
|
467 KB |
sha256:f5f523919f4f6498bda665d9d90510cbe88a57bacfaf1dce37bf7426edc6d195
|
|
|
TestResults-Release-Linux-ARM64-
|
407 KB |
sha256:997ae42a97a3067600ed58aba1ee74d63298f4eca4353afd04a378e460776971
|
|
|
TestResults-Release-Linux-X64-
|
408 KB |
sha256:25b37e68274aabe150cbb10204b2119a0a58adb9ab7166849163e4128026f4b7
|
|
|
TestResults-Release-Windows-ARM64-
|
427 KB |
sha256:d61ac225a6c32c6e59f42c53c8ab029966209918f1ff3d772b246406ad75d6ae
|
|
|
TestResults-Release-Windows-X64-
|
426 KB |
sha256:29ffa1161604104ded08361f974bab422fa2fde09c66589e528910f6a8874d5b
|
|
|
build-Debug-ARM64
|
84.1 MB |
sha256:38f2e392c999d93c313c525ecf007fbba3cfd0001ae91d6b0500919deb8c6f2b
|
|
|
build-Debug-X64
|
84.2 MB |
sha256:0013ae83cc675fb0c07a3a1f4f415547364feaf755eda52802a823816cbe5eee
|
|
|
build-Release-ARM64
|
84 MB |
sha256:6a3d067f680ffd12a8f75f3b8562c3eec88f4d9b31657a7bfb44abacc5210c9f
|
|
|
build-Release-X64
|
84.1 MB |
sha256:5b93c04bfd021dafe1167e7b170a3d05a9527c120a5b8de76e12d1bf159ed7e2
|
|