ProjectLaunchArgsOverrideAnnotation Properties
ClassProperties2 members
Represents an annotation that overrides the default project launch arguments generated by DCP for a
ProjectResource. Gets the custom launch arguments to use instead of the default project args.
public IReadOnlyList<string> Arguments { get; } 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; }