23 references to CreateHostWithComponent
Aspire.Azure.Messaging.EventHubs.Tests (1)
ConformanceTestsBase.cs (1)
78using IHost host = CreateHostWithComponent(configureComponent: DisableRetries);
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (2)
ConformanceTests.cs (2)
116using IHost host = CreateHostWithComponent(); 126using IHost host = CreateHostWithComponent();
Aspire.Azure.Npgsql.Tests (1)
ConformanceTests.cs (1)
110using IHost host = CreateHostWithComponent(key: key);
Aspire.Components.Common.TestUtilities (5)
ConformanceTests.cs (5)
136using IHost host = CreateHostWithComponent(options => SetHealthCheck(options, enabled)); 177using IHost host = CreateHostWithComponent(options => SetTracing(options, enabled)); 192using IHost host = CreateHostWithComponent(options => SetMetrics(options, enabled)); 211using IHost host = CreateHostWithComponent(key: key); 375using IHost host = CreateHostWithComponent(configureComponent: DisableRetries, key: key);
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (2)
ConformanceTests.cs (2)
85using IHost host = CreateHostWithComponent(); 95using IHost host = CreateHostWithComponent();
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (2)
ConformanceTests.cs (2)
99using IHost host = CreateHostWithComponent(); 109using IHost host = CreateHostWithComponent();
Aspire.MongoDB.Driver.Tests (1)
ConformanceTests.cs (1)
121using IHost host = CreateHostWithComponent(key: key);
Aspire.MongoDB.Driver.v2.Tests (1)
tests\Aspire.MongoDB.Driver.Tests\ConformanceTests.cs (1)
121using IHost host = CreateHostWithComponent(key: key);
Aspire.MySqlConnector.Tests (1)
ConformanceTests.cs (1)
106using IHost host = CreateHostWithComponent(key: key);
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (2)
ConformanceTests.cs (2)
119using IHost host = CreateHostWithComponent(); 129using IHost host = CreateHostWithComponent();
Aspire.Npgsql.Tests (1)
ConformanceTests.cs (1)
108using IHost host = CreateHostWithComponent(key: key);
Aspire.Oracle.EntityFrameworkCore.Tests (2)
ConformanceTests.cs (2)
109using IHost host = CreateHostWithComponent(); 121using IHost host = CreateHostWithComponent();
Aspire.Pomelo.EntityFrameworkCore.MySql.Tests (2)
ConformanceTests.cs (2)
113using IHost host = CreateHostWithComponent(); 122using IHost host = CreateHostWithComponent();