Skip to content

feat: Update.NET an it works #39

feat: Update.NET an it works

feat: Update.NET an it works #39

Triggered via pull request January 15, 2024 22:41
Status Success
Total duration 51s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Checks: Server/Components/Popups/EquipmentPopup.razor#L10
Found markup element with unexpected name 'ItemCard'. If this is intended to be a component, add a @using directive for its namespace.
Checks: Server/Components/Popups/EquipmentPopup.razor#L18
Found markup element with unexpected name 'ItemCard'. If this is intended to be a component, add a @using directive for its namespace.
Checks: Server/Components/Pages/GamePage.razor#L62
Possible null reference assignment.
Checks: Server/Components/Pages/GamePage.razor#L55
Non-nullable field 'item' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Checks: Server/Components/UI/ItemCard.razor#L38
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Checks: Server/Components/UI/ItemCard.razor#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Checks: Server/Components/Popups/EquipmentPopup.razor#L10
Found markup element with unexpected name 'ItemCard'. If this is intended to be a component, add a @using directive for its namespace.
Checks: Server/Components/Popups/EquipmentPopup.razor#L18
Found markup element with unexpected name 'ItemCard'. If this is intended to be a component, add a @using directive for its namespace.
Checks: Server/Components/Pages/GamePage.razor#L62
Possible null reference assignment.
Checks: Server/Components/Pages/GamePage.razor#L55
Non-nullable field 'item' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.