1 instantiation of ServerStartOptions
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
132var options = new ServerStartOptions();
7 references to ServerStartOptions
Microsoft.AspNetCore.Components.Testing (7)
Infrastructure\IE2EServiceOverrideResolver.cs (2)
12/// <see cref="ServerStartOptions.ConfigureServices{T}(string)"/>. 35/// (as set by <see cref="ServerStartOptions.ConfigureServices{T}(string)"/>).
Infrastructure\ServerFixture.cs (3)
114public Task<ServerInstance> StartServerAsync<TApp>(Action<ServerStartOptions>? configure = null) 130string appName, Action<ServerStartOptions>? configure = null) 132var options = new ServerStartOptions();
Infrastructure\ServerInstance.cs (2)
71ServerStartOptions options, 178internal static string ComputeKey(string appName, ServerStartOptions options)