14 references to WithDelveServer
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
650/// This overload is retained for binary compatibility. Use <see cref="WithDelveServer{T}(IResourceBuilder{T})"/>
Aspire.Hosting.Go.Tests (13)
AddGoAppTests.cs (7)
341.WithDelveServer(); 492.WithDelveServer(); 655.WithDelveServer(); 685.WithDelveServer(); 715.WithDelveServer(); 746.WithDelveServer(); 1064var app = builder.AddGoApp("api", AppContext.BaseDirectory).WithDelveServer();
GoPublicApiTests.cs (6)
140.WithDelveServer(); 422var action = () => builder.WithDelveServer(); 455.WithDelveServer(); 465.WithDelveServer(); 526.WithDelveServer(); 540.WithDelveServer();