Skip to content

added basic MineBlock() and PlaceBlock() methods #4

added basic MineBlock() and PlaceBlock() methods

added basic MineBlock() and PlaceBlock() methods #4

Triggered via push November 25, 2023 16:58
Status Success
Total duration 1m 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MineSharp.Core/Common/Position.cs#L3
'Position' defines operator == or operator != but does not override Object.Equals(object o)
build: MineSharp.Core/Common/Position.cs#L3
'Position' defines operator == or operator != but does not override Object.Equals(object o)
build: Components/MineSharp.Auth/Json/CertificateBlob.cs#L8
Non-nullable field 'KeyPair' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Components/MineSharp.Auth/Json/CertificateBlob.cs#L11
Non-nullable field 'PublicKeySignature' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Components/MineSharp.Auth/Json/CertificateBlob.cs#L14
Non-nullable field 'PublicKeySignatureV2' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Components/MineSharp.Auth/Json/CertificateBlob.cs#L17
Non-nullable field 'ExpiresAt' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Components/MineSharp.Auth/Json/CertificateBlob.cs#L20
Non-nullable field 'RefreshedAfter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Components/MineSharp.Auth/Json/CertificateBlob.cs#L26
Non-nullable field 'PrivateKey' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Components/MineSharp.Auth/Json/CertificateBlob.cs#L29
Non-nullable field 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Components/MineSharp.Auth/Json/JoinServerBlob.cs#L8
Non-nullable field 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.