10 references to WithDelveServer
Aspire.Hosting.Go (4)
GoHostingExtensions.cs (4)
54/// <see cref="WithDelveServer{T}(IResourceBuilder{T}, DelveServerOptions)"/> to enable remote debugging via a headless Delve server. 640=> builder.WithDelveServer(new DelveServerOptions()); 651/// for the default port or <see cref="WithDelveServer{T}(IResourceBuilder{T}, DelveServerOptions)"/> 664=> builder.WithDelveServer(new DelveServerOptions { Port = port });
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)
433.WithDelveServer(options: null); 491.WithDelveServer(new DelveServerOptions