fix: 修正dockerfile的dotnet sdk版本 #26
Backend - Build and Deploy.yml
on: push
Build, Test and Publish Artifact
44s
Deploy app
1m 3s
Annotations
10 warnings
Build, Test and Publish Artifact:
SharedLibrary/MonopolyMap/MonopolyMap.cs#L19
Possible null reference return.
|
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/LandContract.cs#L32
Dereference of a possibly null reference.
|
Build, Test and Publish Artifact:
Domain/LandContract.cs#L36
Dereference of a possibly null reference.
|
Build, Test and Publish Artifact:
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:
Domain/Monopoly.cs#L134
Dereference of a possibly null reference.
|