Skip to content

Hopefully optimize the DB and split the YAML schema out #3

Hopefully optimize the DB and split the YAML schema out

Hopefully optimize the DB and split the YAML schema out #3

Re-run triggered August 21, 2024 09:58
Status Failure
Total duration 31s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build: ReplayBrowser/Services/LeaderboardService.cs#L194
'Player' does not contain a definition for 'PlayerOocName' and no accessible extension method 'PlayerOocName' accepting a first argument of type 'Player' could be found (are you missing a using directive or an assembly reference?)
build: ReplayBrowser/Services/LeaderboardService.cs#L469
'Player' does not contain a definition for 'PlayerGuid' and no accessible extension method 'PlayerGuid' accepting a first argument of type 'Player' could be found (are you missing a using directive or an assembly reference?)
build: ReplayBrowser/Services/LeaderboardService.cs#L194
'Player' does not contain a definition for 'PlayerOocName' and no accessible extension method 'PlayerOocName' accepting a first argument of type 'Player' could be found (are you missing a using directive or an assembly reference?)
build: ReplayBrowser/Services/LeaderboardService.cs#L469
'Player' does not contain a definition for 'PlayerGuid' and no accessible extension method 'PlayerGuid' accepting a first argument of type 'Player' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
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. 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/Pages/Admin/Notices.razor#L8
The using directive for 'Microsoft.AspNetCore.Components.Web' appeared previously in this namespace
build: ReplayBrowser/Pages/ViewReplay.razor#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ReplayBrowser/Controllers/AccountController.cs#L59
Dereference of a possibly null reference.
build: ReplayBrowser/Controllers/ReplayController.cs#L49
Dereference of a possibly null reference.
build: ReplayBrowser/Controllers/ReplayController.cs#L73
Possible null reference return.
build: ReplayBrowser/Controllers/AccountController.cs#L118
Dereference of a possibly null reference.
build: ReplayBrowser/Controllers/AccountController.cs#L139
Nullable value type may be null.
build: ReplayBrowser/Pages/Shared/ReplayDisplay.razor#L18
Possible null reference argument for parameter 'values' in 'string string.Join(string? separator, IEnumerable<string?> values)'.
build: ReplayBrowser/Pages/Shared/ReplayDisplay.razor#L79
Possible null reference argument for parameter 'replayLink' in 'StorageUrl ReplayParserService.GetStorageUrlFromReplayLink(string replayLink)'.
build: ReplayBrowser/Controllers/AccountController.cs#L195
Dereference of a possibly null reference.