Skip to content

Merge pull request #53 from martindevans/stack_tests #28

Merge pull request #53 from martindevans/stack_tests

Merge pull request #53 from martindevans/stack_tests #28

Triggered via push December 11, 2023 00:49
Status Success
Total duration 1m 8s
Artifacts

main.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Test (linux-debug): Arch.EventBus/SourceGenerator.cs#L100
Unboxing a possibly null value.
Test (linux-debug): Arch.EventBus/EventBus.cs#L89
Possible null reference return.
Test (linux-debug): Arch.EventBus/SourceGenerator.cs#L203
Possible null reference argument for parameter 'methodSymbol' in 'void QueryGenerator.MapMethodToEventType(IMethodSymbol methodSymbol)'.
Test (linux-debug): Arch.EventBus/SourceGenerator.cs#L17
Non-nullable field '_eventTypeToReceivingMethods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (linux-debug): Arch.EventBus/SourceGenerator.cs#L18
Non-nullable field '_containingTypeToReceivingMethods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (linux-debug): Arch.EventBus/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
Test (linux-debug): Arch.EventBus/IMethodSymbolExtensions.cs#L24
Possible null reference return.
Test (linux-debug): Arch.EventBus/IMethodSymbolExtensions.cs#L35
Dereference of a possibly null reference.
Test (linux-debug): Arch.EventBus/IMethodSymbolExtensions.cs#L39
Dereference of a possibly null reference.
Test (linux-debug): Arch.EventBus/IMethodSymbolExtensions.cs#L43
Argument of type 'List<ITypeSymbol?>' cannot be used for parameter 'collection' of type 'IEnumerable<ITypeSymbol>' in 'void List<ITypeSymbol>.AddRange(IEnumerable<ITypeSymbol> collection)' due to differences in the nullability of reference types.
Test (linux-release): Arch.EventBus/EventBus.cs#L89
Possible null reference return.
Test (linux-release): Arch.EventBus/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
Test (linux-release): Arch.EventBus/IMethodSymbolExtensions.cs#L24
Possible null reference return.
Test (linux-release): Arch.EventBus/IMethodSymbolExtensions.cs#L35
Dereference of a possibly null reference.
Test (linux-release): Arch.EventBus/IMethodSymbolExtensions.cs#L39
Dereference of a possibly null reference.
Test (linux-release): Arch.EventBus/IMethodSymbolExtensions.cs#L43
Argument of type 'List<ITypeSymbol?>' cannot be used for parameter 'collection' of type 'IEnumerable<ITypeSymbol>' in 'void List<ITypeSymbol>.AddRange(IEnumerable<ITypeSymbol> collection)' due to differences in the nullability of reference types.
Test (linux-release): Arch.EventBus/SourceGenerator.cs#L100
Unboxing a possibly null value.
Test (linux-release): Arch.EventBus/SourceGenerator.cs#L203
Possible null reference argument for parameter 'methodSymbol' in 'void QueryGenerator.MapMethodToEventType(IMethodSymbol methodSymbol)'.
Test (linux-release): Arch.EventBus/SourceGenerator.cs#L17
Non-nullable field '_eventTypeToReceivingMethods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (linux-release): Arch.EventBus/SourceGenerator.cs#L18
Non-nullable field '_containingTypeToReceivingMethods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.