Kiril Karagyozov

Results 26 issues of Kiril Karagyozov

I've deployed the project to azure as instructed by using `azd up`. I did not use any previous azure resources. Everything was made by the supplied scripts in the repository....

### Description The documentation doesn't explain at all how one might chain their `IRateLimiterPolicy` with other ones, other than manually re-constructing them and then feeding them to `PartitionedRateLimiter.CreateChained` which is...

Source - Docs.ms
needs-more-info

I'm wondering if the above is possible using the action you've developed?

More details outlined in [this stackoverflow answer](https://stackoverflow.com/a/73090455/11272124). Is there a package currently that addresses this new packet? Currently you're unable to decrypt things with keys generated by Kleopatra.

Fixes https://github.com/JoshClose/CsvHelper/issues/2088. **Caution:** I haven't tested the written code, nor have I written tests for it. I just wanted to implement something in a bare-bone fashion so that it can...

**Describe the bug** The following symbol - 😗, is composed of the following two characters: `\ud83d` and `\ude17`. Calling `Encoding.UTF8.GetByteCount(new char[] { }` instead of an array with both symbols...

bug

I fail to grasp how `NumberFormat.Format(DateTime, CultureInfo)` respects the provided CultureInfo object in any way or fashion. It seems to always manage to convert the date in any provided `CultureInfo`,...

When I make the call to `ExcelReaderFactory.CreateReader(Stream stream)`, which stream contains the contents to a 50mb excel file - a total of 800 mb gets eaten up by that call...

performance
need info

The library does an excellent job parsing dates to `DateTime` objects, but in doing so makes it impossible to distinguish if the cell originally contained the value `dd/mm/YYYY` instead of...

When I write something like the following: ``` loggerConfiguration.WriteTo.Console(new ExpressionTemplate( "[{@t:HH:mm:ss} {@l:u3}] {@m}\n{@x}", theme: TemplateTheme.Grayscale, applyThemeWhenOutputIsRedirected: true)); ``` using .NET Aspire - I end up getting mumbo-jumbo in the Project...

enhancement
good first issue