Fixing jagged array #52
Merged
Annotations
10 warnings
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.System.SourceGenerator/Extensions/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
|
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.
|
Build:
Arch.System.SourceGenerator/Extensions/IMethodSymbolExtensions.cs#L24
Possible null reference return.
|
Build:
Arch.EventBus/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
|
Build:
Arch.System.SourceGenerator/SourceGenerator.cs#L117
Possible null reference argument for parameter 'methodSymbol' in 'void QueryGenerator.AddMethodToClass(IMethodSymbol methodSymbol)'.
|
Build:
Arch.System.SourceGenerator/SourceGenerator.cs#L131
Dereference of a possibly null reference.
|
Build:
Arch.System.SourceGenerator/SourceGenerator.cs#L14
Non-nullable property '_classToMethods' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading