1 instantiation of ServerStartOptions
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
132
var 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)
114
public Task<ServerInstance> StartServerAsync<TApp>(Action<
ServerStartOptions
>? configure = null)
130
string appName, Action<
ServerStartOptions
>? configure = null)
132
var
options = new ServerStartOptions();
Infrastructure\ServerInstance.cs (2)
71
ServerStartOptions
options,
178
internal static string ComputeKey(string appName,
ServerStartOptions
options)