Fix a bunch of varied warnings #19
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/Helpers/Ss14ApiHelper.cs#L20
Converting null literal or possible null value to non-nullable type.
|
build:
ReplayBrowser/Helpers/Ss14ApiHelper.cs#L30
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Helpers/Ss14ApiHelper.cs#L57
Converting null literal or possible null value to non-nullable type.
|
build:
ReplayBrowser/Helpers/Ss14ApiHelper.cs#L64
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Helpers/ReplayHelper.cs#L104
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Helpers/ReplayHelper.cs#L153
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Pages/Profile.razor#L186
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Services/AccountService.cs#L171
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Services/LeaderboardService.cs#L459
Dereference of a possibly null reference.
|
build:
ReplayBrowser/Helpers/Ss14ApiHelper.cs#L20
Converting null literal or possible null value to non-nullable type.
|