removed G #9
Annotations
10 warnings
build:
src/Contracts/Http/HttpClientHandlerOptions.cs#L7
Non-nullable property 'ThumbPrint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Contracts/Pay/Payment.cs#L8
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Contracts/Lightning/Invoice.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Contracts/Lightning/Invoice.cs#L13
Non-nullable property 'Memo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Contracts/Lightning/Invoice.cs#L15
Non-nullable property 'BOLT11' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Contracts/Lightning/Invoice.cs#L17
Non-nullable property 'Amount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Contracts/Networking/Connection.cs#L16
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/main/Configuration/Options.cs#L5
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/main/Exceptions/PayBoltException.cs#L10
Non-nullable property 'Detail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/main/Exceptions/PayBoltException.cs#L14
Non-nullable property 'Detail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|