Initial commit #1
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
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:
WhiteBit.Net/WhiteBitAuthenticationProvider.cs#L46
#warning: 'Add nonce window setting to options'
|
build:
WhiteBit.Net/WhiteBitTrackerFactory.cs#L40
#warning: 'todo'
|
build:
WhiteBit.Net/WhiteBitTrackerFactory.cs#L71
#warning: 'todo'
|
build:
WhiteBit.Net/SymbolOrderBooks/WhiteBitV4SymbolOrderBook.cs#L67
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
WhiteBit.Net/SymbolOrderBooks/WhiteBitV4SymbolOrderBook.cs#L79
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
WhiteBit.Net/Objects/Sockets/Subscriptions/WhiteBitSubscription.cs#L54
Cannot convert null literal to non-nullable reference type.
|
build:
WhiteBit.Net/Objects/Models/WhiteBitModel.cs#L3
Missing XML comment for publicly visible type or member 'WhiteBitModel'
|
build:
WhiteBit.Net/WhiteBitAuthenticationProvider.cs#L46
#warning: 'Add nonce window setting to options'
|
build:
WhiteBit.Net/WhiteBitTrackerFactory.cs#L40
#warning: 'todo'
|
build:
WhiteBit.Net/WhiteBitTrackerFactory.cs#L71
#warning: 'todo'
|