Oleg Nadymov
Results
1
issues of
Oleg Nadymov
In continuation of https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/759 ## 1. Description Simplified demo: ```C# public static class UserInfo { public static Guid Key => Guid.NewGuid(); } public class User { public Guid Id {...