Merge pull request #37 from martindevans/unsafelist_bounds_checks #2
Annotations
2 errors and 22 warnings
Test (linux-debug)
Process completed with exit code 1.
|
Test (linux-release)
Process completed with exit code 1.
|
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.System/Attributes.cs#L32
Missing XML comment for publicly visible type or member 'AllAttribute.AllAttribute(params Type[])'
|
Test (linux-debug):
Arch.System/Attributes.cs#L49
Missing XML comment for publicly visible type or member 'AnyAttribute.AnyAttribute(params Type[])'
|
Test (linux-debug):
Arch.System/Attributes.cs#L67
Missing XML comment for publicly visible type or member 'NoneAttribute.NoneAttribute(params Type[])'
|
Test (linux-debug):
Arch.System/Attributes.cs#L85
Missing XML comment for publicly visible type or member 'ExclusiveAttribute.ExclusiveAttribute(params Type[])'
|
Test (linux-debug):
Arch.System/Systems.cs#L58
Missing XML comment for publicly visible type or member 'BaseSystem<W, T>.Initialize()'
|
Test (linux-debug):
Arch.System/Systems.cs#L60
Missing XML comment for publicly visible type or member 'BaseSystem<W, T>.BeforeUpdate(in T)'
|
Test (linux-debug):
Arch.System/Systems.cs#L61
Missing XML comment for publicly visible type or member 'BaseSystem<W, T>.Update(in T)'
|
Test (linux-debug):
Arch.System/Systems.cs#L62
Missing XML comment for publicly visible type or member 'BaseSystem<W, T>.AfterUpdate(in T)'
|
Test (linux-debug):
Arch.System/Systems.cs#L63
Missing XML comment for publicly visible type or member 'BaseSystem<W, T>.Dispose()'
|
Test (linux-debug):
Arch.System/Systems.cs#L123
XML comment has a param tag for 't', but there is no parameter by that name
|
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.SourceGenerator/Extensions/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
|
Test (linux-release):
Arch.System.SourceGenerator/Extensions/IMethodSymbolExtensions.cs#L24
Possible null reference return.
|
Test (linux-release):
Arch.System.SourceGenerator/SourceGenerator.cs#L117
Possible null reference argument for parameter 'methodSymbol' in 'void QueryGenerator.AddMethodToClass(IMethodSymbol methodSymbol)'.
|
Test (linux-release):
Arch.System.SourceGenerator/SourceGenerator.cs#L131
Dereference of a possibly null reference.
|
Test (linux-release):
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.
|
Test (linux-release):
Arch.System.SourceGenerator/Query.cs#L20
Dereference of a possibly null reference.
|
Test (linux-release):
Arch.System.SourceGenerator/Extensions/StringBuilderExtensions.cs#L28
Possible null reference return.
|
Test (linux-release):
Arch.System.SourceGenerator/Query.cs#L96
Dereference of a possibly null reference.
|
Test (linux-release):
Arch.System.SourceGenerator/Query.cs#L118
Dereference of a possibly null reference.
|
Test (linux-release):
Arch.System.SourceGenerator/Query.cs#L136
Dereference of a possibly null reference.
|