2 references to DynamicEndpointDataSource
IntegrationTestsWebsite (2)
Startup.cs (2)
24
services.TryAddSingleton<
DynamicEndpointDataSource
>();
35
endpoints.DataSources.Add(endpoints.ServiceProvider.GetRequiredService<
DynamicEndpointDataSource
>());