Merge pull request #35 from andreakarasho/new-data-filter #180
Annotations
11 warnings
build
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#L91
Field 'Mass.Value' is never assigned to, and will always have its default value 0
|
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#L88
Field 'Velocity.X' is never assigned to, and will always have its default value 0
|