Optimize player profile queries, touch up Profile page ordering (#18) #253
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/Helpers/Ss14ApiHelper.cs#L20
Converting null literal or possible null value to non-nullable type.
|
deploy:
ReplayBrowser/Helpers/Ss14ApiHelper.cs#L30
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.
|
deploy:
ReplayBrowser/Helpers/Ss14ApiHelper.cs#L57
Converting null literal or possible null value to non-nullable type.
|
deploy:
ReplayBrowser/Helpers/Ss14ApiHelper.cs#L64
Dereference of a possibly null reference.
|