Bnaya Eshet
Bnaya Eshet
AssociatedCollection write null into the added entity's column check the following Code First, MS Tests ``` public class ManyToManyLeft { public ManyToManyLeft() { Items = new List(); } public int...
The c# sample of the tutorial is far from representing best practice. Modern C# expected to use async/await rather than blocking API. I suggest the following RPC sample correction: https://github.com/bnayae/RabbitMQ-Playground/blob/master/RPC/RpcRabbitClient/AsyncRpcClient.cs...
The current code include migrating to .NET standard 2.0 and support for UDP channel. But the NuGet version is way behind. Can someone issue a new version?
Filters
I'm considering to contribute filtering capability backed into the configuration flow. The idea behind it is to enable better control over the metrics you sending over the wire at runtime....
I was struggling with search query over JSON module while I wanted to have a filter over specific property. After long time of straggling I figure out that the problem...
See #20 (better usability of JSON index) The PR is having Unit Test. I hope you'll find it right for this repo.
# Feature Request The current signature of Propagator.Inject is not Immutable friendly. I'm implementing a [REDIS Stream channel](https://github.com/weknow-network/Event-Source-Backbone/blob/master/Channels/REDIS/Weknow.EventSource.Backbone.Channels.RedisProducerProvider/RedisProducerChannel.cs). **Describe the solution you'd like:** What do you want to happen instead?...