9 instantiations of DelveServerOptions
Aspire.Hosting.Go (3)
GoHostingExtensions.cs (3)
640
=> builder.WithDelveServer(new
DelveServerOptions
());
664
=> builder.WithDelveServer(new
DelveServerOptions
{ Port = port });
700
options ??= new
DelveServerOptions
();
Aspire.Hosting.Go.Tests (6)
AddGoAppTests.cs (4)
368
.WithDelveServer(new
DelveServerOptions
{ AcceptMultiClient = true });
396
.WithDelveServer(new
DelveServerOptions
{ OnlySameUser = false });
424
.WithDelveServer(new
DelveServerOptions
{ ContinueOnStart = true });
452
.WithDelveServer(new
DelveServerOptions
GoPublicApiTests.cs (2)
443
var options = new
DelveServerOptions
();
491
.WithDelveServer(new
DelveServerOptions
5 references to DelveServerOptions
Aspire.Hosting.Go (4)
GoHostingExtensions.cs (4)
54
/// <see cref="WithDelveServer{T}(IResourceBuilder{T},
DelveServerOptions
)"/> to enable remote debugging via a headless Delve server.
651
/// for the default port or <see cref="WithDelveServer{T}(IResourceBuilder{T},
DelveServerOptions
)"/>
678
/// Set <see cref="
DelveServerOptions
.AcceptMultiClient"/> to <see langword="true"/> only when
696
DelveServerOptions
? options = null)
Aspire.Hosting.Go.Tests (1)
GoPublicApiTests.cs (1)
443
var
options = new DelveServerOptions();