Results 38 issues of Jakub Syty

### Is your feature request related to a problem? Please describe. I want to used Keyed Services feature with named grpc clients. Right now i have something like this: ```csharp...

enhancement

Hello, I'm trying to add support for C# language using this configuration: ```json { "languages": { "c_sharp": { "extensions": ["cs", "csx"], "grammar": "c_sharp", "comment_prefix": "//" } }, "lsp": { "c_sharp":...

### Describe the bug `TimedOutboxArchived` is not checking whether the IAmOutbox is sync or async, it is always calling `OutboxArchiver.ArchiveAsync`. This causes background exception when outbox have sync implementation. Messages...

help wanted
2 - In Progress
Bug
v9
.NET

**Is your feature request related to a problem? Please describe.** While migrating to V10 i stumbled opon this issue: ```csharp // Proper UseOutboxArchiver invocation looks like this: brighterBuilder.UseOutboxArchiver(new NullOutboxArchiveProvider(), options...

help wanted
0 - Backlog
Bug
.NET
V10.X

### Describe the bug I'm going through the docs here: https://brightercommand.gitbook.io/paramore-brighter-documentation/brighter-request-handlers-and-middleware-pipelines/handlerfailure#terminate-processing-of-that-request If i understand correctly, when i throw an exception like this: ```csharp public class TestEventMessageHandler(ILogger logger) : RequestHandlerAsync {...

help wanted
2 - In Progress
Bug
v9
.NET
Documentation
V10.X

**Is your feature request related to a problem? Please describe.** As far as i understand the documentation - currently if i throw an exception in request handler it will create...

help wanted
2 - In Progress
.NET

My use case is that i want to perform custom logic inside my CallCredentials implementation based on the metadata set manually during request creation. So when i execute my gRPC...

question

**Describe the bug** I'm trying to parse attached ics file, but i have an error: Unrecognized time zone id Customized Time Zone. I'm pretty sure that the entries with this...

bug