1 override of ListCollectionNamesAsync
Microsoft.Extensions.VectorData.ConformanceTests (1)
DependencyInjectionTests.cs (1)
277public override IAsyncEnumerable<string> ListCollectionNamesAsync(CancellationToken cancellationToken = default)
2 references to ListCollectionNamesAsync
Microsoft.Extensions.VectorData.ConformanceTests (2)
CollectionManagementTests.cs (2)
69Assert.Empty(await store.ListCollectionNamesAsync().Where(n => n == collection.Name).ToListAsync()); 73var name = Assert.Single(await store.ListCollectionNamesAsync().Where(n => n == collection.Name).ToListAsync());