1 instantiation of GoAppArgsAnnotation
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
345
return builder.WithAnnotation(new
GoAppArgsAnnotation
(args), ResourceAnnotationMutationBehavior.Replace);
4 references to GoAppArgsAnnotation
Aspire.Hosting.Go (2)
GoHostingExtensions.cs (2)
94
var programArgs = ctx.Resource.TryGetLastAnnotation<
GoAppArgsAnnotation
>(out
var
argsAnnotation)
Aspire.Hosting.Go.Tests (2)
GoPublicApiTests.cs (2)
258
Assert.True(app.Resource.TryGetLastAnnotation<
GoAppArgsAnnotation
>(out
var
annotation));