Serj
Serj
https://github.com/sonvister/Binance/blob/da2967a181212fda937a28ed6fcdd284f0778966/src/Binance/Market/Candlestick.cs#L134 **Reprosteps**: `await _binanceApi.GetCandlesticksAsync("TRXBTC", CandlestickInterval.Month);` **Json**:  **Inner exception**: `Candlestick: volume must not be less than 0. Parameter name: volume` **StackTrace**: at Binance.Candlestick..ctor(String symbol, CandlestickInterval interval, DateTime openTime, Decimal open,...
Hi there. I have a pretty simple task and last 4 hours I have been trying to implement it with almost no luck. I hope you will be able to...
I have an application with the child scope built using this manual: https://github.com/autofac/Documentation/blob/master/docs/integration/aspnetcore.rst#using-a-child-scope-as-a-root I have this code for registering Serilog in the child container ``` public void ConfigureContainer(AutofacChildLifetimeScopeConfigurationAdapter adapter) {...
Potential fix for https://github.com/reactiveui/refit/issues/1671 An alternative way: `new bool IsSuccessStatusCode { get; }` property in the `IApiResponse` interface with all 3 attributes above
### Describe the bug 🐞 Analyzer shows the warming for the `IApiResponse.Content` property after checking `IsSuccessStatusCode`. ### Step to reproduce 1. Return `IApiResponse` from the method. 2. Call the method...