Bug fixes for first release #21
Annotations
9 warnings
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dereference of a possibly null reference.:
MPM-Betting.Blazor/Components/Account/Pages/ConfirmEmail.razor#L19
Dereference of a possibly null reference
|
Non-nullable member is uninitialized.:
MPM-Betting.Blazor.ComponentLibrary/DesktopView/Groups.razor#L70
Non-nullable property 'GroupsAndPlaces' is uninitialized. Consider declaring the property as nullable.
|
Path error:
MPM-Betting.Blazor.ComponentLibrary/DesktopView/NavBar.razor#L144
Path '$PROJECT_DIR$/MPM-Betting.Blazor.ComponentLibrary/wwwroot/Images/coin.png' is not found
|
Path error:
MPM-Betting.Blazor/Components/App.razor#L26
Path '$PROJECT_DIR$/MPM-Betting.Blazor/wwwroot/_content/Blazorise.LoadingIndicator/blazorise.loadingindicator.css' is not found
|
Path error:
MPM-Betting.Blazor.ComponentLibrary/DesktopView/NavBar.razor#L137
Path '$PROJECT_DIR$/MPM-Betting.Blazor.ComponentLibrary/wwwroot/Images/coin.png' is not found
|
Path error:
MPM-Betting.Blazor/Components/App.razor#L26
Path '$PROJECT_DIR$/MPM-Betting.Blazor/wwwroot/_content/Blazorise.LoadingIndicator' is not found
|
Redundant using directive:
MPM-Betting.Blazor.ComponentLibrary/DesktopView/Matches.razor#L14
Using directive is not required by the code and can be safely removed
|
Redundant using directive:
MPM-Betting.Blazor.ComponentLibrary/DesktopView/Groups.razor#L5
Using directive is not required by the code and can be safely removed
|