Contributors Page that auto-fills using GitHub API #4
Annotations
11 warnings
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/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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
ReplayBrowser/Data/Models/PlayerData.cs#L16
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ReplayBrowser/Data/Models/Player.cs#L12
Non-nullable property 'AntagPrototypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ReplayBrowser/Data/Models/Player.cs#L14
Non-nullable property 'JobPrototypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ReplayBrowser/Data/Models/Player.cs#L18
Non-nullable property 'PlayerIcName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|