feat(version/12_9_0): Add gamedefinitions and example replay #239
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Nodsoft.WowsReplaysUnpack/Controllers/ReplayControllerBase.cs#L115
Dereference of a possibly null reference.
|
build:
Nodsoft.WowsReplaysUnpack/Controllers/ReplayControllerBase.cs#L128
Dereference of a possibly null reference.
|
build:
Nodsoft.WowsReplaysUnpack.ExtendedData/Models/ReplayPlayer.cs#L95
Non-nullable property 'IsCookie' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Nodsoft.WowsReplaysUnpack.Console/Program.cs#L74
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Nodsoft.WowsReplaysUnpack.Console/Program.cs#L78
Non-nullable property '_missions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Nodsoft.WowsReplaysUnpack.Console/Program.cs#L81
Non-nullable property 'teamsScore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Nodsoft.WowsReplaysUnpack.Console/Program.cs#L91
Possible null reference return.
|
build:
Nodsoft.WowsReplaysUnpack.Console/Program.cs#L92
Possible null reference return.
|
build:
Nodsoft.WowsReplaysUnpack.Console/Program.cs#L93
Possible null reference return.
|
build:
Nodsoft.WowsReplaysUnpack.Console/Program.cs#L94
Converting null literal or possible null value to non-nullable type.
|