Skip to content

haha

haha #225

Triggered via push July 14, 2024 14:16
Status Success
Total duration 49s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
The following actions uses Node.js version which is deprecated 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/
deploy: ReplayBrowser/Pages/Admin/Notices.razor#L8
The using directive for 'Microsoft.AspNetCore.Components.Web' appeared previously in this namespace
deploy: ReplayBrowser/Data/UsernameResponse.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/UsernameResponse.cs#L7
Non-nullable property 'userId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/StorageUrl.cs#L16
Non-nullable property 'ReplayRegexCompiled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/StorageUrl.cs#L17
Non-nullable property 'ServerNameRegexCompiled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/SearchResult.cs#L15
Non-nullable property 'SearchItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Controllers/ReplayController.cs#L34
Dereference of a possibly null reference.
deploy: ReplayBrowser/Controllers/ReplayController.cs#L58
Possible null reference return.
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/Pages/Stats.razor#L56
The variable 'ex' is declared but never used