UnsafeStack Tests #24
Annotations
10 warnings
Build:
Arch.EventBus/EventBus.cs#L89
Possible null reference return.
|
Build:
Arch.EventBus/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
|
Build:
Arch.EventBus/IMethodSymbolExtensions.cs#L24
Possible null reference return.
|
Build:
Arch.EventBus/IMethodSymbolExtensions.cs#L35
Dereference of a possibly null reference.
|
Build:
Arch.EventBus/IMethodSymbolExtensions.cs#L39
Dereference of a possibly null reference.
|
Build:
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.
|
Build:
Arch.EventBus/SourceGenerator.cs#L100
Unboxing a possibly null value.
|
Build:
Arch.EventBus/SourceGenerator.cs#L203
Possible null reference argument for parameter 'methodSymbol' in 'void QueryGenerator.MapMethodToEventType(IMethodSymbol methodSymbol)'.
|
Build:
Arch.EventBus/SourceGenerator.cs#L17
Non-nullable field '_eventTypeToReceivingMethods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Arch.EventBus/SourceGenerator.cs#L18
Non-nullable field '_containingTypeToReceivingMethods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading