forked from dagger/dagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
infraIssue with infrastructure like CI/CD jobs rather than the distributed code.Issue with infrastructure like CI/CD jobs rather than the distributed code.required for becoming officialMust be completed before this SDK could be merged into the upstream repository.Must be completed before this SDK could be merged into the upstream repository.
Description
Try to support multiline parens in this style
if
(
field.IsSpecialName || typeInfo.Properties.Any(property => property.Name == field.Name) ||
field.GetCustomAttribute<JsonIgnoreAttribute>() != null
)
continue;state.TypeMembersBuilder.Add
(
memberName,
new ElementDocumentation{ Summary = summary, Members = parameterDocsBuilder.ToImmutable() }
);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
infraIssue with infrastructure like CI/CD jobs rather than the distributed code.Issue with infrastructure like CI/CD jobs rather than the distributed code.required for becoming officialMust be completed before this SDK could be merged into the upstream repository.Must be completed before this SDK could be merged into the upstream repository.
Projects
Status
Backlog