refreshingqin

Results 6 comments of refreshingqin

how to resolve this problem? It's been almost a year now

@DocSvartz like this simple example ``` public class User { public string? Id { get; set; } public string? Name { get; set; } public People People { get; set;...

@DocSvartz after my testing ,If only one Nullable type and one Object type are used in the main class, there is no problem. However, if there are multiple Nullables and...

@DocSvartz i don't think in case of People .because of the first demo can pass the test ` public class User { public string? Id { get; set; } public...

but i use People? People also throw exception ,if User just exist only one Propery is string? type ,can't throw exception . but more one and exist Object Type Property...

got it ! Thanks !