Skip to content

Merge pull request #39 from martindevans/UnsafeArray_Tests #8

Merge pull request #39 from martindevans/UnsafeArray_Tests

Merge pull request #39 from martindevans/UnsafeArray_Tests #8

Triggered via push October 27, 2023 01:22
Status Success
Total duration 1m 1s
Artifacts

main.yml

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

Annotations

20 warnings
Test (linux-release): Arch.System.SourceGenerator/Extensions/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
Test (linux-release): Arch.System.SourceGenerator/Query.cs#L20
Dereference of a possibly null reference.
Test (linux-release): Arch.System.SourceGenerator/Query.cs#L96
Dereference of a possibly null reference.
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#L118
Dereference of a possibly null reference.
Test (linux-release): Arch.System.SourceGenerator/Query.cs#L136
Dereference of a possibly null reference.
Test (linux-debug): Arch.System.SourceGenerator/Extensions/IMethodSymbolExtensions.cs#L19
Dereference of a possibly null reference.
Test (linux-debug): Arch.System.SourceGenerator/Query.cs#L20
Dereference of a possibly null reference.
Test (linux-debug): Arch.System.SourceGenerator/Query.cs#L96
Dereference of a possibly null reference.
Test (linux-debug): Arch.System.SourceGenerator/Query.cs#L118
Dereference of a possibly null reference.
Test (linux-debug): Arch.System.SourceGenerator/Query.cs#L136
Dereference of a possibly null reference.
Test (linux-debug): Arch.System.SourceGenerator/Query.cs#L140
Dereference of a possibly null reference.
Test (linux-debug): Arch.System.SourceGenerator/Query.cs#L144
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.System.SourceGenerator/SourceGenerator.cs#L117
Possible null reference argument for parameter 'methodSymbol' in 'void QueryGenerator.AddMethodToClass(IMethodSymbol methodSymbol)'.