Skip to content

Bump.

Bump. #61

Triggered via push April 29, 2024 20:54
Status Success
Total duration 44s
Artifacts

main.yml

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

Annotations

22 warnings
Test (linux-release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (linux-release): Arch.System/Attributes.cs#L35
Missing XML comment for publicly visible type or member 'AllAttribute.AllAttribute(params Type[])'
Test (linux-release): Arch.System/Attributes.cs#L35
Missing XML comment for publicly visible type or member 'AllAttribute.AllAttribute(params Type[])'
Test (linux-release): Arch.System/Attributes.cs#L52
Missing XML comment for publicly visible type or member 'AnyAttribute.AnyAttribute(params Type[])'
Test (linux-release): Arch.System/Attributes.cs#L70
Missing XML comment for publicly visible type or member 'NoneAttribute.NoneAttribute(params Type[])'
Test (linux-release): Arch.System/Attributes.cs#L88
Missing XML comment for publicly visible type or member 'ExclusiveAttribute.ExclusiveAttribute(params Type[])'
Test (linux-release): Arch.System/Systems.cs#L181
XML comment has cref attribute 'G' that could not be resolved
Test (linux-release): Arch.System/Attributes.cs#L52
Missing XML comment for publicly visible type or member 'AnyAttribute.AnyAttribute(params Type[])'
Test (linux-release): Arch.System/Attributes.cs#L70
Missing XML comment for publicly visible type or member 'NoneAttribute.NoneAttribute(params Type[])'
Test (linux-release): Arch.System/Attributes.cs#L88
Missing XML comment for publicly visible type or member 'ExclusiveAttribute.ExclusiveAttribute(params Type[])'
Test (linux-release): Arch.System/Systems.cs#L181
XML comment has cref attribute 'G' that could not be resolved
Test (linux-debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (linux-debug): Arch.EventBus/SourceGenerator.cs#L100
Unboxing a possibly null value.
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-debug): Arch.EventBus/EventBus.cs#L89
Possible null reference return.