New version. #60
Annotations
11 warnings
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/.
|
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.
|
Build:
Arch.System.SourceGenerator/Query.cs#L22
Dereference of a possibly null reference.
|
Build:
Arch.System.SourceGenerator/Query.cs#L98
Dereference of a possibly null reference.
|
Build:
Arch.System.SourceGenerator/Query.cs#L116
Dereference of a possibly null reference.
|
Build:
Arch.System.SourceGenerator/Query.cs#L134
Dereference of a possibly null reference.
|
Build:
Arch.System/Attributes.cs#L35
Missing XML comment for publicly visible type or member 'AllAttribute.AllAttribute(params Type[])'
|
Build:
Arch.System/Attributes.cs#L52
Missing XML comment for publicly visible type or member 'AnyAttribute.AnyAttribute(params Type[])'
|
Build:
Arch.System/Attributes.cs#L70
Missing XML comment for publicly visible type or member 'NoneAttribute.NoneAttribute(params Type[])'
|
Loading