i dont even know anymore #218
Annotations
11 warnings
The following actions uses Node.js version which is deprecated 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/
|
ReplayBrowser/Pages/Admin/Notices.razor#L8
The using directive for 'Microsoft.AspNetCore.Components.Web' appeared previously in this namespace
|
ReplayBrowser/Controllers/AccountController.cs#L59
Dereference of a possibly null reference.
|
ReplayBrowser/Controllers/ReplayController.cs#L34
Dereference of a possibly null reference.
|
ReplayBrowser/Controllers/ReplayController.cs#L58
Possible null reference return.
|
ReplayBrowser/Controllers/AccountController.cs#L118
Dereference of a possibly null reference.
|
ReplayBrowser/Controllers/AccountController.cs#L139
Nullable value type may be null.
|
ReplayBrowser/Pages/ViewReplay.razor#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ReplayBrowser/Pages/Stats.razor#L56
The variable 'ex' is declared but never used
|
ReplayBrowser/Controllers/AccountController.cs#L185
Dereference of a possibly null reference.
|
ReplayBrowser/Controllers/AccountController.cs#L221
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading