Skip to content

新增準備、開始遊戲Usecase #22

新增準備、開始遊戲Usecase

新增準備、開始遊戲Usecase #22

Triggered via push November 4, 2023 07:33
Status Failure
Total duration 1m 58s
Artifacts
Build, Test and Publish Artifact
42s
Build, Test and Publish Artifact
Deploy app
1m 48s
Deploy app
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Build, Test and Publish Artifact: Test/ServerTests/Utils.cs#L169
The best overload for 'Player' does not have a parameter named 'roleId'
Build, Test and Publish Artifact: Test/ServerTests/Utils.cs#L169
The best overload for 'Player' does not have a parameter named 'roleId'
Build, Test and Publish Artifact
Process completed with exit code 1.
Build, Test and Publish Artifact: Domain/Maps/SevenXSevenMap.cs#L9
'SevenXSevenMap.Blocks' hides inherited member 'Map.Blocks'. Use the new keyword if hiding was intended.
Build, Test and Publish Artifact: Domain/Player.cs#L13
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#L13
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#L39
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Domain/Block.cs#L95
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Domain/Builders/MonopolyBuilder.cs#L95
Possible null reference argument for parameter 'highestBidder' in 'Auction.Auction(LandContract landContract, Player highestBidder, decimal highestPrice)'.
Build, Test and Publish Artifact: Domain/Monopoly.cs#L134
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Domain/Monopoly.cs#L154
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Domain/Monopoly.cs#L154
Possible null reference argument for parameter 'domainEvent' in 'void AbstractAggregateRoot.AddDomainEvent(DomainEvent domainEvent)'.