18 references to CreateHostWithComponent
Aspire.Components.Common.Tests (5)
ConformanceTests.cs (5)
103using IHost host = CreateHostWithComponent(options => SetHealthCheck(options, enabled)); 141using IHost host = CreateHostWithComponent(options => SetTracing(options, enabled)); 155using IHost host = CreateHostWithComponent(options => SetMetrics(options, enabled)); 173using IHost host = CreateHostWithComponent(key: key); 306using 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)
110using IHost host = CreateHostWithComponent(key: key);
Aspire.MySqlConnector.Tests (1)
ConformanceTests.cs (1)
105using 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)
107using 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();