Replay events #65
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ReplayBrowser/Models/Ingested/ReplayEvents/ReplayEvent.cs#L26
Possible null reference argument for parameter 'value' in 'ReplayEventSeverity Enum.Parse<ReplayEventSeverity>(string value)'.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/TechnologyUnlockedReplayEvent.cs#L29
Possible null reference return.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/TechnologyUnlockedReplayEvent.cs#L10
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/TechnologyUnlockedReplayEvent.cs#L12
Non-nullable field 'Discipline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/TechnologyUnlockedReplayEvent.cs#L16
Non-nullable field 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/StoreBuyReplayEvent.cs#L26
Possible null reference return.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/StoreBuyReplayEvent.cs#L10
Non-nullable field 'Buyer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/StoreBuyReplayEvent.cs#L12
Non-nullable field 'Item' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/AlertLevelChangedReplayEvent.cs#L9
Non-nullable field 'AlertLevel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/ReplayExplosionEvent.cs#L24
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job succeeded
Loading