Skip to content

feat: 將Generator中的Interface進行繼承 #39

feat: 將Generator中的Interface進行繼承

feat: 將Generator中的Interface進行繼承 #39

Triggered via push May 12, 2024 11:21
Status Success
Total duration 49s
Artifacts
Build, Test and Publish Artifact
41s
Build, Test and Publish Artifact
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build, Test and Publish Artifact
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Block.cs#L95
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Domain/Auction.cs#L39
Dereference of a possibly null reference.
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)'.
Build, Test and Publish Artifact: Domain/LandContract.cs#L32
Dereference of a possibly null reference.
Build, Test and Publish Artifact: Domain/LandContract.cs#L36
Dereference of a possibly null reference.