28 references to UnsupportedDefaultTypes
Microsoft.Extensions.VectorData.ConformanceTests (28)
TypeTests\DataTypeTests.cs (28)
25=> fixture.UnsupportedDefaultTypes.Contains(typeof(byte)) 31=> fixture.UnsupportedDefaultTypes.Contains(typeof(short)) 37=> fixture.UnsupportedDefaultTypes.Contains(typeof(int)) 43=> fixture.UnsupportedDefaultTypes.Contains(typeof(long)) 49=> fixture.UnsupportedDefaultTypes.Contains(typeof(float)) 55=> fixture.UnsupportedDefaultTypes.Contains(typeof(double)) 61=> fixture.UnsupportedDefaultTypes.Contains(typeof(decimal)) 67=> fixture.UnsupportedDefaultTypes.Contains(typeof(string)) 73=> fixture.UnsupportedDefaultTypes.Contains(typeof(bool)) 79=> fixture.UnsupportedDefaultTypes.Contains(typeof(Guid)) 88=> fixture.UnsupportedDefaultTypes.Contains(typeof(DateTime)) 98=> fixture.UnsupportedDefaultTypes.Contains(typeof(DateTimeOffset)) 138=> fixture.UnsupportedDefaultTypes.Contains(typeof(string[])) 147=> fixture.UnsupportedDefaultTypes.Contains(typeof(int?)) 486if (!UnsupportedDefaultTypes.Contains(typeof(byte))) 491if (!UnsupportedDefaultTypes.Contains(typeof(short))) 496if (!UnsupportedDefaultTypes.Contains(typeof(int))) 501if (!UnsupportedDefaultTypes.Contains(typeof(long))) 506if (!UnsupportedDefaultTypes.Contains(typeof(float))) 511if (!UnsupportedDefaultTypes.Contains(typeof(double))) 516if (!UnsupportedDefaultTypes.Contains(typeof(decimal))) 521if (!UnsupportedDefaultTypes.Contains(typeof(string))) 526if (!UnsupportedDefaultTypes.Contains(typeof(bool))) 531if (!UnsupportedDefaultTypes.Contains(typeof(Guid))) 536if (!UnsupportedDefaultTypes.Contains(typeof(DateTime))) 541if (!UnsupportedDefaultTypes.Contains(typeof(DateTimeOffset))) 557if (!UnsupportedDefaultTypes.Contains(typeof(string[]))) 562if (!UnsupportedDefaultTypes.Contains(typeof(int?)))