Skip to content

feat: 跳轉頁面時帶上 accesstoken #55

feat: 跳轉頁面時帶上 accesstoken

feat: 跳轉頁面時帶上 accesstoken #55

Triggered via push June 20, 2024 15:00
Status Success
Total duration 57s
Artifacts
Build, Test and Publish Artifact
45s
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: DomainLayer/Monopoly.DomainLayer.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: DomainLayer/Monopoly.DomainLayer.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: DomainLayer/Monopoly.DomainLayer.Domain/Player.cs#L13
Non-nullable property 'MonopolyAggregate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Publish Artifact: DomainLayer/Monopoly.DomainLayer.Domain/Block.cs#L95
Dereference of a possibly null reference.
Build, Test and Publish Artifact: DomainLayer/Monopoly.DomainLayer.Domain/Auction.cs#L38
Dereference of a possibly null reference.
Build, Test and Publish Artifact: DomainLayer/Monopoly.DomainLayer.Domain/Exceptions/BidException.cs#L20
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build, Test and Publish Artifact: DomainLayer/Monopoly.DomainLayer.Domain/Builders/MonopolyBuilder.cs#L97
Possible null reference argument for parameter 'highestBidder' in 'Auction.Auction(LandContract landContract, Player highestBidder, decimal highestPrice)'.
Build, Test and Publish Artifact: DomainLayer/Monopoly.DomainLayer.Domain/Builders/MonopolyBuilder.cs#L106
Possible null reference argument for parameter 'gameId' in 'MonopolyAggregate.MonopolyAggregate(string gameId, Player[] players, Map map, string hostId, CurrentPlayerState currentPlayerState, IDice[]? dices = null, int rounds = 0)'.