Variadic Source Generator #245
Annotations
9 errors and 11 warnings
Build Arch
No overload for method 'Set' takes 2 arguments
|
Build Arch
'Entity' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'Entity' could be found (are you missing a using directive or an assembly reference?)
|
Build Arch
'Entity' does not contain a definition for 'Has' and no accessible extension method 'Has' accepting a first argument of type 'Entity' could be found (are you missing a using directive or an assembly reference?)
|
Build Arch
'Entity' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'Entity' could be found (are you missing a using directive or an assembly reference?)
|
Build Arch
No overload for method 'Set' takes 2 arguments
|
Build Arch:
src/Arch.Tests/EntityTest.cs#L156
'Entity' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'Entity' could be found (are you missing a using directive or an assembly reference?)
|
Build Arch:
src/Arch.Tests/EntityTest.cs#L170
'Entity' does not contain a definition for 'Has' and no accessible extension method 'Has' accepting a first argument of type 'Entity' could be found (are you missing a using directive or an assembly reference?)
|
Build Arch:
src/Arch.Benchmarks/QueryBenchmark.cs#L51
'Entity' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'Entity' could be found (are you missing a using directive or an assembly reference?)
|
Build Arch
Process completed with exit code 1.
|
Build Arch
No files were found with the provided path: TestResults. No artifacts will be uploaded.
|
Build Arch
Possible null reference assignment.
|
Build Arch
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
|
Build Arch
Non-nullable property 'Components' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Arch
Possible null reference return.
|
Build Arch
Possible null reference return.
|
Build Arch
Possible null reference return.
|
Build Arch
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
|
Build Arch
Possible null reference argument for parameter 'item' in 'void ICollection<object>.Add(object item)'.
|
Build Arch
XML comment has cref attribute 'span' that could not be resolved
|
Build Arch
XML comment has a param tag for '', but there is no parameter by that name
|