Skip to content

Remove factory with lazy initialization of current container #75

Remove factory with lazy initialization of current container

Remove factory with lazy initialization of current container #75

Triggered via pull request August 4, 2023 21:56
Status Failure
Total duration 3m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build_wpf.yml

on: pull_request
build-prism-wpf  /  Build Prism.Wpf
3m 35s
build-prism-wpf / Build Prism.Wpf
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.GetErrorsDoesNotThrowException: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L46
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.GetErrorsLocatesXamlParseException: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L97
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.LocatesUnregisteredServiceWithMissingRegistration: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L130
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.LocatesUnregisteredServiceType: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L114
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.GetErrorsLocatesTargetInvocationException: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L80
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.GetErrorsLocatesTargetInvocationException: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L80
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.GetErrorsLocatesIssueWithBadView: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L63
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.GetErrorsDoesNotThrowException: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L46
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.LocatesUnregisteredServiceWithMissingRegistration: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L130
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
Prism.Ioc.Tests.ContainerResolutionExceptionFixture.LocatesUnregisteredServiceType: tests/Containers/Prism.Container.Shared/Tests/ContainerResolutionExceptionFixture.cs#L114
System.InvalidOperationException : The Container has already been initialized with the ContainerLocator. Please use TrySetContainerExtension or Reset the ContainerLocator prior to invoking the SetContainerExtensionMethod.
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Ioc/ContainerLocator.cs#L34
XML comment has badly formed XML -- 'Expected an end tag for element 'remarks'.'
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Commands/AsyncDelegateCommand{T}.cs#L246
Converting null literal or possible null value to non-nullable type.
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Commands/AsyncDelegateCommand{T}.cs#L246
Possible null reference argument for parameter 'parameter' in 'Task AsyncDelegateCommand<T>.Execute(T parameter, CancellationToken cancellationToken = default(CancellationToken))'.
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Commands/AsyncDelegateCommand{T}.cs#L262
Converting null literal or possible null value to non-nullable type.
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Commands/AsyncDelegateCommand{T}.cs#L262
Possible null reference argument for parameter 'parameter' in 'Task AsyncDelegateCommand<T>.Execute(T parameter, CancellationToken cancellationToken = default(CancellationToken))'.
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Common/IRegistryAware.cs#L5
Missing XML comment for publicly visible type or member 'IRegistryAware'
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Common/IRegistryAware.cs#L7
Missing XML comment for publicly visible type or member 'IRegistryAware.Registry'
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Common/MulticastExceptionHandler.cs#L45
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.HandleAsync(Exception, object?)'
build-prism-wpf / Build Prism.Wpf: src/Prism.Core/Mvvm/ViewCreationException.cs#L5
Missing XML comment for publicly visible type or member 'ViewCreationException'