提交 1e47d1e3 编写于 作者: C Cyrus Najmabadi

Pass options

上级 79472e7a
......@@ -206,7 +206,8 @@ public Task<Document> GetUpdatedDocumentAsync(CancellationToken cancellationToke
new CodeGenerationOptions(
contextLocation: classOrStructDecl.GetLocation(),
autoInsertionLocation: groupMembers,
sortMembers: groupMembers),
sortMembers: groupMembers,
options: await document.GetOptionsAsync(cancellationToken).ConfigureAwait(false)),
cancellationToken).ConfigureAwait(false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册