Fix pages fake loading using anchor href #94
Annotations
21 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:
Shared/UsernameResponse.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/UsernameResponse.cs#L7
Non-nullable property 'userId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/AccountHistoryResponse.cs#L7
Non-nullable property 'History' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/CollectedPlayerData.cs#L52
Non-nullable property 'CharacterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/CollectedPlayerData.cs#L59
Non-nullable property 'JobPrototype' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/LeaderboardData.cs#L9
Non-nullable property 'Leaderboards' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/LeaderboardData.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/LeaderboardData.cs#L26
Non-nullable property 'TrackedData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/LeaderboardData.cs#L34
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Shared/Models/Account/History.cs#L7
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Server/ReplayParser/ReplayParser.cs#L242
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Server/ReplayParser/ReplayParser.cs#L243
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
Server/Auth/TokenHandler.cs#L16
Dereference of a possibly null reference.
|
deploy:
Server/Api/AccountController.cs#L46
Dereference of a possibly null reference.
|
deploy:
Server/Api/AccountController.cs#L55
Dereference of a possibly null reference.
|
deploy:
Server/Helpers/Ss14ApiHelper.cs#L26
Converting null literal or possible null value to non-nullable type.
|
deploy:
Server/Helpers/Ss14ApiHelper.cs#L33
Dereference of a possibly null reference.
|
deploy:
Server/ReplayParser/ReplayParser.cs#L89
The variable 'e' is declared but never used
|
deploy:
Server/ReplayParser/ReplayParser.cs#L163
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy:
Server/ReplayParser/ReplayParser.cs#L16
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|