Skip to content

add rm and license to nuget #4

add rm and license to nuget

add rm and license to nuget #4

Triggered via push June 6, 2024 08:13
Status Failure
Total duration 42s
Billable time 1m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
build
The PackageLicenseUrl is being deprecated and cannot be used in conjunction with the PackageLicenseFile or PackageLicenseExpression.
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: DotNut/HTLCProofSecret.cs#L10
'HTLCProofSecret.Key' hides inherited member 'P2PKProofSecret.Key'. Use the new keyword if hiding was intended.
build: DotNut/HTLCProofSecret.cs#L79
Obsolete member 'HTLCProofSecret.GenerateWitness(Proof, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(Proof, ECPrivKey[])'
build: DotNut/HTLCProofSecret.cs#L85
Obsolete member 'HTLCProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])'
build: DotNut/HTLCProofSecret.cs#L91
Obsolete member 'HTLCProofSecret.GenerateWitness(byte[], ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(byte[], ECPrivKey[])'
build: DotNut/Api/CashuProtocolError.cs#L7
Non-nullable property 'Detail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/Proof.cs#L21
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/Proof.cs#L23
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/Proof.cs#L25
Non-nullable property 'C' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/ApiModels/StateResponseItem.cs#L8
Non-nullable property 'Y' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/ApiModels/PostSwapResponse.cs#L7
Non-nullable property 'Signatures' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.