Skip to content

WIP: 改變地圖大小 #54

WIP: 改變地圖大小

WIP: 改變地圖大小 #54

Triggered via push August 6, 2023 06:44
Status Success
Total duration 47s
Artifacts
Build, Test and Publish Artifact
38s
Build, Test and Publish Artifact
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build, Test and Publish Artifact: Domain/Player.cs#L12
Non-nullable field 'chess' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build, Test and Publish Artifact: Domain/Player.cs#L12
Non-nullable field 'auction' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build, Test and Publish Artifact: Domain/Player.cs#L12
Non-nullable property 'Monopoly' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Publish Artifact: Domain/Auction.cs#L26
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Domain/Monopoly.cs#L219
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Client/Components/Map.razor.cs#L76
'Map.Land.Id' hides inherited member 'Map.Block.Id'. Use the new keyword if hiding was intended.
Build, Test and Publish Artifact: Client/Pages/Game.razor.cs#L42
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Client/Pages/Game.razor.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Publish Artifact: Client/Components/Map.razor.cs#L19
Cannot convert null literal to non-nullable reference type.
Build, Test and Publish Artifact: Client/Components/Map.razor.cs#L22
Cannot convert null literal to non-nullable reference type.