Update CI task #64
Annotations
5 errors and 10 warnings
build
The Android SDK directory could not be found. Install the Android SDK by following the instructions at: https://aka.ms/dotnet-android-install-sdk
|
build
To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path.
|
build
The Android SDK directory could not be found. Install the Android SDK by following the instructions at: https://aka.ms/dotnet-android-install-sdk
|
build
To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path.
|
build
Process completed with exit code 1.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/SignupResult.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/SignupRequest.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/SignupRequest.cs#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L7
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L11
Non-nullable property 'Network' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppServerClient.cs#L21
Non-nullable property 'DerivationScheme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L17
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|