Dmytro Dziuma
Dmytro Dziuma
It would be useful if we can combine `For` expressions if we want to specify the same implementation for multiple interfaces, for instance. So something as follows: `For().For().For() .Use().Named(MyName).InterceptWith(MyInterceptor);`
Currently, if we want to use GraphDiff to update a list of entities, we can only do this in a loop. Is it efficient, given that each graph is loaded...
Is there interest of porting this project to .Net Core? I had a quick look and it seems it will require switching from RestSharp to some alternatives that ported to...
### Duplicates - [X] I have searched the existing issues ### Summary 💡 I think there is an opportunity to simplify the code base if we use Semantic Kernel library...
Now, when we use periodic batching sink (#2), it should be quite straightforward to group the same log events into a single Teams message and instead add additional properties to...
I would be great if applying `[Greedy]` to a `Mock` parameter when `AutoMoqCustomization` is used would cause it to use `GreedyMockConstructorQuery` instead of `MockConstructorQuery`