Leo Pripos Marbun

Results 2 issues of Leo Pripos Marbun

Do we already have this feature? If no, I think this is necessery to make sure that `Include` statement is called or not in my repository or query. The sample...

`InlineData` supports `string to Guid` as parameter of theory. But it doesn't support `Guid?` (nullable guid) This is the sample code ```c# [Theory] [InlineData("00ebf684-3797-473b-a503-a88c1c4cbb6d")] public void Test(Guid? identityId) { ......

status: External