fix path #3
Annotations
23 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, Rebel028/publish-nuget@v2.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, Rebel028/publish-nuget@v2.7.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
DotNut/HTLCProofSecret.cs#L10
'HTLCProofSecret.Key' hides inherited member 'P2PKProofSecret.Key'. Use the new keyword if hiding was intended.
|
DotNut/HTLCProofSecret.cs#L79
Obsolete member 'HTLCProofSecret.GenerateWitness(Proof, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(Proof, ECPrivKey[])'
|
DotNut/HTLCProofSecret.cs#L85
Obsolete member 'HTLCProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])'
|
DotNut/HTLCProofSecret.cs#L91
Obsolete member 'HTLCProofSecret.GenerateWitness(byte[], ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(byte[], ECPrivKey[])'
|
DotNut/ApiModels/StateResponseItem.cs#L8
Non-nullable property 'Y' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/ApiModels/PostSwapResponse.cs#L7
Non-nullable property 'Signatures' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/ApiModels/PostSwapRequest.cs#L7
Non-nullable property 'Inputs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/ApiModels/PostSwapRequest.cs#L8
Non-nullable property 'Outputs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/BlindedMessage.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/BlindedMessage.cs#L9
Non-nullable property 'B_' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/HTLCProofSecret.cs#L10
'HTLCProofSecret.Key' hides inherited member 'P2PKProofSecret.Key'. Use the new keyword if hiding was intended.
|
DotNut/HTLCProofSecret.cs#L79
Obsolete member 'HTLCProofSecret.GenerateWitness(Proof, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(Proof, ECPrivKey[])'
|
DotNut/HTLCProofSecret.cs#L85
Obsolete member 'HTLCProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])'
|
DotNut/HTLCProofSecret.cs#L91
Obsolete member 'HTLCProofSecret.GenerateWitness(byte[], ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(byte[], ECPrivKey[])'
|
DotNut/Api/CashuProtocolError.cs#L7
Non-nullable property 'Detail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/Api/CashuHttpClient.cs#L93
Possible null reference argument for parameter 'error' in 'CashuProtocolException.CashuProtocolException(CashuProtocolError error)'.
|
DotNut/Proof.cs#L21
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/Proof.cs#L23
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/Proof.cs#L25
Non-nullable property 'C' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DotNut/P2PKProofSecret.cs#L101
Possible null reference argument for parameter 'signature' in 'bool ECXOnlyPubKey.SigVerifyBIP340(SecpSchnorrSignature signature, ReadOnlySpan<byte> msg32)'.
|
|
This job succeeded
Loading