3 references to CreateCollection
Microsoft.Extensions.VectorData.ConformanceTests (3)
TypeTests\KeyTypeTests.cs (3)
50using var collection = fixture.CreateCollection<TKey>(withAutoGeneration: false); 152using var collectionWithAutoGeneration = fixture.CreateCollection<TKey>(withAutoGeneration: null); 214Assert.Throws<NotSupportedException>(() => fixture.CreateCollection<TKey>(withAutoGeneration: true));