Hopefully optimize the DB and split the YAML schema out (#27) #269
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/Data/Models/Replay.cs#L16
Non-nullable property 'Link' 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#L26
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#L29
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#L31
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#L35
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#L38
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/Controllers/ReplayController.cs#L49
Dereference of a possibly null reference.
|
deploy:
ReplayBrowser/Controllers/ReplayController.cs#L73
Possible null reference return.
|