refactor: moved rarity color to game.css #40
Annotations
10 warnings
Build:
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.
|
Build:
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.
|
Build:
Server/Components/Pages/GamePage.razor#L62
Possible null reference assignment.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
Server/Components/Pages/GamePage.razor#L62
Possible null reference assignment.
|
Build:
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.
|
The logs for this run have expired and are no longer available.
Loading