Evgeniy Fetisov

Results 18 comments of Evgeniy Fetisov

I checked it out ` inspect.isroutine()`. Unfortunately, the tests fail. I'll see what I can do.

> One thing to look out for is recursion in non-primitive properties, in particular Guid. From my basic exploration, [#204](https://github.com/Blazored/FluentValidation/issues/204) is including static properties, which means that it will get...

Edit: In addition, add useful API for get `IQueryable` object for manual prepare (Some limitations, mutations)

I am delighted with the capabilities of this library in conjunction with the Blazor web assembly. I have implemented data requests almost to the end. This mechanism should experimentally replace...

You may construct request object in action flask method/ Then call `mediator.send()` inside.

Thank you. In strongly typed languages such as C#, it is a cool feature to translate a class into a json schema via reflection, where enums are widely used (and...