-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Updated StyleCop to 1.1.118. #3189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks azchohfi for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
| using Windows.UI.Xaml; | ||
| using Windows.UI.Xaml.Controls; | ||
|
|
||
| [assembly: InternalsVisibleTo("UnitTests")] |
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.
Just to help reviewing, this was removed because it is a duplicate (https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI.Controls/Properties/AssemblyInfo.cs#L11)
michael-hawker
left a comment
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.
Couple of questions. Otherwise looks great.
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/CollectionViews/ListCollectionView.cs
Show resolved
Hide resolved
...soft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridGroupItemAutomationPeer.cs
Show resolved
Hide resolved
|
Thanks @azchohfi! 🎉 |
Fixes #3187
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Old version of StyleCop.
What is the new behavior?
Latest stable version of StyleCop, and some minor code adjustments to fit the new rules.
PR Checklist
Please check if your PR fulfills the following requirements: