4 overrides of CanCreateClientWithoutConnectingToServer
Aspire.Milvus.Client.Tests (1)
ConformanceTests.cs (1)
28protected override bool CanCreateClientWithoutConnectingToServer => true;
Aspire.NATS.Net.Tests (1)
ConformanceTests.cs (1)
54protected override bool CanCreateClientWithoutConnectingToServer => false;
Aspire.Qdrant.Client.Tests (1)
ConformanceTests.cs (1)
17protected override bool CanCreateClientWithoutConnectingToServer => false;
Aspire.RabbitMQ.Client.Tests (1)
ConformanceTests.cs (1)
27protected override bool CanCreateClientWithoutConnectingToServer => false;
1 reference to CanCreateClientWithoutConnectingToServer
Aspire.Components.Common.Tests (1)
ConformanceTests.cs (1)
466if (!CanCreateClientWithoutConnectingToServer && !CanConnectToServer)