Skip to content
DocsTry Aspire
DocsTry

ProjectLaunchArgsOverrideAnnotation Properties

ClassProperties2 members
Represents an annotation that overrides the default project launch arguments generated by DCP for a ProjectResource.
ArgumentsSection titled ArgumentsIReadOnlyList<string>
Gets the custom launch arguments to use instead of the default project args.
public IReadOnlyList<string> Arguments { get; }
LeadingResourceArgumentToRemoveSection titled LeadingResourceArgumentToRemovenullablestring?
Gets the optional first resource argument to omit from the final launch arguments when it is already represented by ProjectLaunchArgsOverrideAnnotation.Arguments.
public string? LeadingResourceArgumentToRemove { get; }