Misc fixes #268
Annotations
11 warnings
deploy
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/
|
deploy:
ReplayBrowser/Pages/Admin/Notices.razor#L8
The using directive for 'Microsoft.AspNetCore.Components.Web' appeared previously in this namespace
|
deploy:
ReplayBrowser/Pages/ViewReplay.razor#L39
Dereference of a possibly null reference.
|
deploy:
ReplayBrowser/Pages/ViewReplay.razor#L40
Possible null reference argument for parameter 'replayLink' in 'StorageUrl ReplayParserService.GetStorageUrlFromReplayLink(string replayLink)'.
|
deploy:
ReplayBrowser/Pages/ViewReplay.razor#L41
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input)'.
|
deploy:
ReplayBrowser/Pages/ViewReplay.razor#L70
Dereference of a possibly null reference.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L30
Non-nullable property 'Gamemode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L36
Non-nullable property 'ServerId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L40
Non-nullable property 'Duration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L48
Non-nullable property 'EndTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L51
Non-nullable property 'RoundEndTextSearchVector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|