Remove factory with lazy initialization of current container #74
Annotations
10 errors and 10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
tests/Prism.Core.Tests/Ioc/ContainerLocatorFixture.cs#L31
System.InvalidOperationException : The `ContainerLocator.SetContainerExtension` method has not been invoked
|
tests/Prism.Core.Tests/Ioc/ContainerLocatorFixture.cs#L22
System.InvalidOperationException : The `ContainerLocator.SetContainerExtension` method has not been invoked
|
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.
|
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.
|
src/Prism.Core/Ioc/ContainerLocator.cs#L34
XML comment has badly formed XML -- 'Expected an end tag for element 'remarks'.'
|
src/Prism.Core/Commands/AsyncDelegateCommand{T}.cs#L246
Converting null literal or possible null value to non-nullable type.
|
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))'.
|
src/Prism.Core/Commands/AsyncDelegateCommand{T}.cs#L262
Converting null literal or possible null value to non-nullable type.
|
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))'.
|
src/Prism.Core/Common/IRegistryAware.cs#L5
Missing XML comment for publicly visible type or member 'IRegistryAware'
|
src/Prism.Core/Common/IRegistryAware.cs#L7
Missing XML comment for publicly visible type or member 'IRegistryAware.Registry'
|
src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
|
src/Prism.Core/Common/MulticastExceptionHandler.cs#L45
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.HandleAsync(Exception, object?)'
|
src/Prism.Core/Mvvm/ViewCreationException.cs#L5
Missing XML comment for publicly visible type or member 'ViewCreationException'
|
The logs for this run have expired and are no longer available.
Loading