Arzu Suleymanov

Results 3 comments of Arzu Suleymanov

I am using 1.22.5 and patching works with manual kubectl

> how to use it, please give me a sample ``` public class Test { public decimal? Price { get; set ; } public int? Quantity { get; set ;...

In the end it is nothing new for FluentValidation, just extension method with ready chain methods. As it is FluentValidation usage in Clean Architecture skeleton. I think it makes sense...