2 writes to OnlySameUser
Aspire.Hosting.Go.Tests (2)
AddGoAppTests.cs (1)
396
.WithDelveServer(new DelveServerOptions {
OnlySameUser
= false });
GoPublicApiTests.cs (1)
495
OnlySameUser
= false,
2 references to OnlySameUser
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
721
options.
OnlySameUser
,
Aspire.Hosting.Go.Tests (1)
GoPublicApiTests.cs (1)
447
(options.Port, options.AcceptMultiClient, options.
OnlySameUser
, options.ContinueOnStart, options.Log, options.LogOutput));