CopyTo fn #207
Annotations
10 warnings
Build:
src/Archetype.cs#L130
Non-nullable field 'Pairs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Lookup.cs#L211
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Build:
src/Lookup.cs#L232
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Build:
src/Lookup.cs#L250
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Build:
samples/MyBattleground/Program.cs#L84
The local function 'ExecuteIterator' is declared but never used
|
Build:
samples/MyBattleground/Program.cs#L115
Field 'Mass.Value' is never assigned to, and will always have its default value 0
|
Build:
tests/SparseSet.cs#L55
Theory method 'SparseSet_CheckSequence' on test class 'SparseSetTest' does not use parameter 'amount'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Build:
src/Archetype.cs#L130
Non-nullable field 'Pairs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Lookup.cs#L211
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Build:
src/Lookup.cs#L232
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Loading