Skip to content

Replay events

Replay events #62

Triggered via pull request August 29, 2024 00:51
Status Success
Total duration 2m 29s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/NewsArticlePublishedReplayEvent.cs#L9
Non-nullable field 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ReplayBrowser/Models/Ingested/ReplayEvents/EventTypes/NewsArticlePublishedReplayEvent.cs#L11
Non-nullable field 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.