Skip to content

Disable jobs for disabled nodes on restart #564

Disable jobs for disabled nodes on restart

Disable jobs for disabled nodes on restart #564

Triggered via pull request September 2, 2024 13:53
Status Failure
Total duration 1m 24s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build-and-test: test/NodeGuard.Tests/Services/LightningServiceTests.cs#L409
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/LightningServiceTests.cs#L600
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/LightningServiceTests.cs#L813
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/BitcoinServiceTests.cs#L574
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/BitcoinServiceTests.cs#L654
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/LightningServiceTests.cs#L1032
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/BitcoinServiceTests.cs#L734
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/LightningServiceTests.cs#L1245
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/LightningServiceTests.cs#L1591
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test: test/NodeGuard.Tests/Services/LightningServiceTests.cs#L1635
An expression tree may not contain a call or invocation that uses optional arguments
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test: src/Pages/ChannelRequests.razor#L401
Component 'CancelOrRejectPopup' expects a value for the parameter 'Reason', but a value may not have been provided.
build-and-test: src/Pages/Withdrawals.razor#L411
Component 'CancelOrRejectPopup' expects a value for the parameter 'Reason', but a value may not have been provided.
build-and-test: src/Shared/UTXOSelectorModal.razor#L104
Found markup element with unexpected name 'Feedback'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test: src/Shared/UTXOSelectorModal.razor#L107
Found markup element with unexpected name 'Feedback'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test: src/Migrations/20220623121702_initial.cs#L28
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build-and-test: src/Migrations/20220623121702_initial.Designer.cs#L35
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build-and-test: src/Migrations/20240701130238_unique-tag-key.cs#L8
The type name 'uniquetagkey' only contains lower-cased ascii characters. Such names may become reserved for the language.
build-and-test: src/Migrations/20240701130238_unique-tag-key.Designer.cs#L18
The type name 'uniquetagkey' only contains lower-cased ascii characters. Such names may become reserved for the language.
build-and-test: src/Data/Models/WalletWithdrawalRequest.cs#L198
Nullability of reference types in type of parameter 'value' of 'void WalletWithdrawalRequest.Wallet.set' doesn't match implicitly implemented member 'void IBitcoinRequest.Wallet.set' (possibly because of nullability attributes).
build-and-test: src/Data/Repositories/Interfaces/IRepository.cs#L52
Type parameter 'T' has the same name as the type parameter from outer type 'IRepository<T>'