Skip to content

Add pregeneration to watched profiles to speed up load times #196

Add pregeneration to watched profiles to speed up load times

Add pregeneration to watched profiles to speed up load times #196

Triggered via push June 24, 2024 13:03
Status Success
Total duration 1m 10s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy: ReplayBrowser/Pages/Account/Notices.razor#L8
The using directive for 'Microsoft.AspNetCore.Components.Web' appeared previously in this namespace
deploy: ReplayBrowser/Controllers/AccountController.cs#L59
Dereference of a possibly null reference.
deploy: ReplayBrowser/Pages/ViewReplay.razor#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Controllers/AccountController.cs#L118
Dereference of a possibly null reference.
deploy: ReplayBrowser/Controllers/AccountController.cs#L139
Nullable value type may be null.
deploy: ReplayBrowser/Pages/Stats.razor#L56
The variable 'ex' is declared but never used
deploy: ReplayBrowser/Controllers/AccountController.cs#L185
Dereference of a possibly null reference.
deploy: ReplayBrowser/Controllers/AccountController.cs#L221
Cannot convert null literal to non-nullable reference type.
deploy: ReplayBrowser/Controllers/AccountController.cs#L276
Dereference of a possibly null reference.
deploy: ReplayBrowser/Pages/Shared/ReplayDisplay.razor#L75
Possible null reference argument for parameter 'replayLink' in 'StorageUrl ReplayParserService.GetStorageUrlFromReplayLink(string replayLink)'.