-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for AdditionalFiles #1547
Support for AdditionalFiles #1547
Conversation
thanks, could you add a test for this? |
Hello. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think code side looks good, did you test in practise that these changes fixes #1547 ? Based on StyleCopAnalyzers repository documentation it indeed should but didn't test this by myself yet.
_workspace.RemoveAdditionalDocument(document.Id); | ||
} | ||
|
||
foreach (var file in additionalFiles) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could you move {
to the new line?
Of course, I confirmed that the setting of stylecop.json was reflected. |
Thanks for the contribution @kurobon-jp! |
👏 |
Hello.
I propose this pull request as an answer to #1510.
github is unfamiliar, but I hope it helps a little.