Ievgen Aleikin
Ievgen Aleikin
Hi, The question comes from asp net core integration test, lets say I've got a IDistributedCache with an in-memory implementation registered for unit tests purpose. I would like to have...
It would great to support pattern matching, not sure how complex the implementation is, but for example having the following condition: ```c# value == "match" || value == null ```...
```c# var uploader = new BulkUploader(context); uploader.Insert(items); // first insert context.SaveChanges(); // will insert items one more time ``` The snippet above shows minimal steps to reproduce, basically after bulk...
Hi, I have an issue with Hilo value generated property, it always set as 0. I noticed in your source code there is an Address entity with Hilo property commented...
### Observed behavior 1. NATS advisory max delivery events are stored to WQ stream (DLQ) 2. A single consumer reads messages from DLQ with MaxMsg=1, MaxAckPending=1000 3. To get the...
### Observed behavior Not quite sure what is causing this, but this is what I observed after switching from IAsyncEnumerable to NextAsync for JS consumer: IAsyncEnumerable ConsumeAsync was configured with...
### Observed behavior `AckAsync(CancellationToken.None)` shouldn't throw `OperationCancelledException`, because this is only to indicate cancelled operations by cancellattionToken. Internally in PublishStateMachineAsync - I think this code is incorrectly throwing the exception:...
### Observed behavior Having a JetStream ephemeral consumer, iterating messages with IAsyncEnumerable. At some point noticed the stream has 0 consumers, but no exceptions were reported from background service. Also...