Hopefully optimize the DB and split the YAML schema out #11
Annotations
3 errors and 11 warnings
build:
ReplayBrowser/Data/Models/Replay.cs#L94
Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<ReplayBrowser.Data.Models.Player>' to 'System.Collections.Generic.List<ReplayBrowser.Data.Models.Player>'. An explicit conversion exists (are you missing a cast?)
|
build:
ReplayBrowser/Data/Models/Replay.cs#L94
Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<ReplayBrowser.Data.Models.Player>' to 'System.Collections.Generic.List<ReplayBrowser.Data.Models.Player>'. An explicit conversion exists (are you missing a cast?)
|
build
Process completed with exit code 1.
|
build
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/
|
build:
ReplayBrowser/Pages/Admin/Notices.razor#L8
The using directive for 'Microsoft.AspNetCore.Components.Web' appeared previously in this namespace
|
build:
ReplayBrowser/Pages/ViewReplay.razor#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ReplayBrowser/Controllers/ReplayController.cs#L49
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Controllers/ReplayController.cs#L73
Possible null reference return.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|