Fix small issue where data download for people without account didn't… #146
Annotations
11 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy:
ReplayBrowser/Pages/ViewReplay.razor#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/UsernameResponse.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/UsernameResponse.cs#L7
Non-nullable property 'userId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Controllers/AccountController.cs#L50
Dereference of a possibly null reference.
|
deploy:
ReplayBrowser/Data/PlayerData.cs#L10
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L22
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L24
Non-nullable property 'Gamemode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L30
Non-nullable property 'ServerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L34
Non-nullable property 'Duration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
ReplayBrowser/Data/Models/Replay.cs#L42
Non-nullable property 'EndTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|