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