Conversation
|
Thanks @Jay-o-Way! Review and merging might take a bit more time, since it's pretty huge and we'd want to avoid PRs having conflicts as much as possible :) |
|
Thanks! Yeah, I understand this is no priority. I was just wondering -
|
…y/WinUI-Gallery into intellicode-suggestions
|
Oh boy, how do I fix those conflicts |
I’ve been thinking about this as well 💀. I suggest that you split this PR into multiple PRs, modifying a part of the project each time. Start with the files that are not being modified now and finish with the other files. I also suggest opening an issue where you outline your plan. |
But in reality, the longer a PR is open, the more chances of merge conflicts. |
Hey @Jay-o-Way We've discussed this with the team and we can't review this PR; it's just too big :(. Although most changes look pretty simple, we'd need to make sure we are not breaking anything. Can we break this up in smaller PRs? Thinking out loud, I can imagine having a separate PR for the |
<!--- Provide a general summary of your changes in the Title above --> ## Description Same as #1814, but now in the **Test projects**. ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) --------- Co-authored-by: Niels Laute <niels.laute@live.nl>
Description
Scrolled through code and applied a large number of suggestions. Zero effect on functionality or looks.
I skipped a few, like "mark as readonly/static/partial"; IDE0305 "ToList"; and something with name convention (capital letter or "_" at the beginning)
Context
Linking #1785
Note: this PR is all within the WinUIGallery project.
Types of changes