Mr. Andrey

Results 4 issues of Mr. Andrey

Is there any possibility to draw colored chart, i.e. to assign each bar in BarChart different color?

question

Changed main library .net version into a single .netstandard2.0 to support all range of frameworks from modern to .net472. All tests pass.

### Overview Slice method in RefEnumerable and ReadOnlyRefEnumerable analogue to Slice method of Span. ### API breakdown ```csharp namespace CommunityToolkit.SomePackage; public class ReadOnlyRefEnumerable { public ReadOnlyRefEnumerable Slice(int start,int length); }...

feature request :mailbox_with_mail:

**Describe the bug** When I use services.AddBinance(opt => { opt.ApiCredentials = new ApiCredentials(binanceTokens[0], binanceTokens[1]); opt.Environment = BinanceEnvironment.Live; }); There is no IUserTradeSocketClient in DI **To Reproduce** services.AddBinance(opt => { opt.ApiCredentials...