Annotations
10 errors and 11 warnings
|
|
|
|
|
|
|
|
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BTCPayApp.VSS/MultiValueDictionary.cs#L19
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
BTCPayApp.VSS/MultiValueDictionary.cs#L23
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
BTCPayApp.VSS/MultiValueDictionary.cs#L94
Cannot convert null literal to non-nullable reference type.
|
BTCPayApp.VSS/MultiValueDictionary.cs#L97
Cannot convert null literal to non-nullable reference type.
|
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L14
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L15
Non-nullable property 'TxId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L16
Non-nullable property 'SpentScripts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L17
Non-nullable property 'ReceivedScripts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L73
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L75
Non-nullable property 'Script' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job failed
Loading