2 references to IsNullSupported
Microsoft.Extensions.VectorData.ConformanceTests (2)
TypeTests\DataTypeTests.cs (2)
255
if (default(TTestType) == null && fixture.
IsNullSupported
&& IsPropertyNullable(property))
302
if (default(TTestType) == null && fixture.
IsNullSupported
&& (pocoProperty is null || IsPropertyNullable(pocoProperty)))