23 references to CreateHostWithComponent
Aspire.Azure.Messaging.EventHubs.Tests (1)
ConformanceTestsBase.cs (1)
74using IHost host = CreateHostWithComponent(configureComponent: DisableRetries);
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (2)
ConformanceTests.cs (2)
117using IHost host = CreateHostWithComponent(); 127using IHost host = CreateHostWithComponent();
Aspire.Azure.Npgsql.Tests (1)
ConformanceTests.cs (1)
111using IHost host = CreateHostWithComponent(key: key);
Aspire.Components.Common.Tests (5)
ConformanceTests.cs (5)
113using IHost host = CreateHostWithComponent(options => SetHealthCheck(options, enabled)); 153using IHost host = CreateHostWithComponent(options => SetTracing(options, enabled)); 167using IHost host = CreateHostWithComponent(options => SetMetrics(options, enabled)); 185using IHost host = CreateHostWithComponent(key: key); 318using IHost host = CreateHostWithComponent(configureComponent: DisableRetries, key: key);
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (2)
ConformanceTests.cs (2)
82using IHost host = CreateHostWithComponent(); 92using IHost host = CreateHostWithComponent();
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (2)
ConformanceTests.cs (2)
100using IHost host = CreateHostWithComponent(); 110using IHost host = CreateHostWithComponent();
Aspire.MongoDB.Driver.Tests (1)
ConformanceTests.cs (1)
121using IHost host = CreateHostWithComponent(key: key);
Aspire.MongoDB.Driver.v3.Tests (1)
tests\Aspire.MongoDB.Driver.Tests\ConformanceTests.cs (1)
121using IHost host = CreateHostWithComponent(key: key);
Aspire.MySqlConnector.Tests (1)
ConformanceTests.cs (1)
107using IHost host = CreateHostWithComponent(key: key);
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (2)
ConformanceTests.cs (2)
120using IHost host = CreateHostWithComponent(); 130using IHost host = CreateHostWithComponent();
Aspire.Npgsql.Tests (1)
ConformanceTests.cs (1)
109using IHost host = CreateHostWithComponent(key: key);
Aspire.Oracle.EntityFrameworkCore.Tests (2)
ConformanceTests.cs (2)
110using IHost host = CreateHostWithComponent(); 122using IHost host = CreateHostWithComponent();
Aspire.Pomelo.EntityFrameworkCore.MySql.Tests (2)
ConformanceTests.cs (2)
114using IHost host = CreateHostWithComponent(); 123using IHost host = CreateHostWithComponent();