Annotations
2 errors and 10 warnings
|
|
LNBolt/ECKeyPair.cs#L681
Nullability of reference types in type of parameter 'other' of 'int ECKeyPair.CompareTo(ECKeyPair other)' doesn't match implicitly implemented member 'int IComparable<ECKeyPair>.CompareTo(ECKeyPair? other)' (possibly because of nullability attributes).
|
LNBolt/ECKeyPair.cs#L657
Possible null reference return.
|
LNBolt/BOLT11/Bech32.cs#L82
Cannot convert null literal to non-nullable reference type.
|
LNBolt/BOLT4/OnionBlob.cs#L134
Possible null reference argument for parameter 'sharedSecret' in 'byte[] LNTools.GenerateRhoKey(byte[] sharedSecret)'.
|
LNBolt/BOLT4/OnionBlob.cs#L157
Converting null literal or possible null value to non-nullable type.
|
LNBolt/BOLT4/OnionBlob.cs#L169
Nullability of reference types in value of type '(HopPayload hopPayload, OnionBlob? nextSphinx)' doesn't match target type '(HopPayload hopPayload, OnionBlob nextSphinx)'.
|
LNBolt/BOLT11/Bech32.cs#L95
Cannot convert null literal to non-nullable reference type.
|
LNBolt/BOLT11/Bech32.cs#L96
Cannot convert null literal to non-nullable reference type.
|
LNBolt/BOLT11/Bech32.cs#L105
Cannot convert null literal to non-nullable reference type.
|
LNBolt/BOLT11/Bech32.cs#L106
Cannot convert null literal to non-nullable reference type.
|
This job failed
Loading