18 references to CreateHostWithComponent
Aspire.Components.Common.Tests (5)
ConformanceTests.cs (5)
106using IHost host = CreateHostWithComponent(options => SetHealthCheck(options, enabled)); 144using IHost host = CreateHostWithComponent(options => SetTracing(options, enabled)); 158using IHost host = CreateHostWithComponent(options => SetMetrics(options, enabled)); 176using IHost host = CreateHostWithComponent(key: key); 309using 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)
112using 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)
117using IHost host = CreateHostWithComponent(); 127using IHost host = CreateHostWithComponent();
Aspire.Npgsql.Tests (1)
ConformanceTests.cs (1)
109using IHost host = CreateHostWithComponent(key: key);
Aspire.Oracle.EntityFrameworkCore.Tests (2)
ConformanceTests.cs (2)
111using IHost host = CreateHostWithComponent(); 123using IHost host = CreateHostWithComponent();
Aspire.Pomelo.EntityFrameworkCore.MySql.Tests (2)
ConformanceTests.cs (2)
114using IHost host = CreateHostWithComponent(); 123using IHost host = CreateHostWithComponent();