Yahor Sinkevich
Yahor Sinkevich
Hi Guys! What is the right way to BulkMerge entity that has Point member? E.g. here is the entity class definition: ```C# [Table("Airport")] public partial class Airport { [Key] [StringLength(4)]...
Hi Guys! In the V3 OpenApi file content definition has changed quote: **An API operation can return a file, such as an image or PDF. OpenAPI 3.0 defines file input/output...
Hi Guys, According to the features table LightInject allows to register/override dependency at any stage, but it actually does not. Here is corresponding thread: https://github.com/seesharper/LightInject/issues/133
Hi, thanks for the great lib, the ONLY for the ranges!!! Really really useful. The IP ranges mught be used on some really hot paths in the app, so, did...
Hi Guys, When I click on the "Scripty Visual Studio extension URL" I get 404, Is Scripty still a thing? Being supported and developed? Thanks Regards
We all know once you've started using container you move some errors from compile time to runtime. So, it would be so cool to have a method in the container...
Once CosmosDb and change feed now is advertized as sor ot messaging/event sourcing store solution there are several questions that must be fully covered in the docs: 0. What API's...
Does change feed API support grouping consumers? E.g. like Kafka does. E.g. I have a feed that should be processed by 2 different groups of processors where 1. Every single...
Currently, the trace attributes emmited by StackExchange.Redis there is only db.statement attribute that for many commands contains the full command with its parameters, which makes it close to impossible to...