New data filter #179
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Lookup.cs#L207
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Build:
src/Lookup.cs#L228
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Build:
src/Lookup.cs#L246
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
|
Build:
src/Match.cs#L19
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Match.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Match.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Match.cs#L58
Cannot convert null literal to non-nullable reference type.
|
Build:
samples/MyBattleground/Program.cs#L88
Field 'Velocity.Y' is never assigned to, and will always have its default value 0
|
Build:
samples/MyBattleground/Program.cs#L91
Field 'Mass.Value' is never assigned to, and will always have its default value 0
|
Build:
samples/MyBattleground/Program.cs#L83
Field 'Position.Z' is never assigned to, and will always have its default value 0
|
Loading