Dave Grochocki
Dave Grochocki
**Describe the bug** Additional parameters should not visually be inserted on behalf of user **Steps To Reproduce** 1) Input 4 8 ÷ 2 ( 9 + 3 ) = 2)...
**Describe the bug** > I noticed some things > > * this also happens in VS 2019 when you hit Ctrl+Shift+S to save the whole solution > * but only...
When we updated our build and release pipelines for Rider, we coupled it with Visual Studio and did not account for minor revision bumps to support Rider version changes. To...
From [GitHub](https://github.com/github/renaming): > For existing repositories, renaming the default branch today causes a set of challenges... By the end of the year, we'll make it seamless for existing repositories to...
Adds an option to remove default properties (e.g., Grid.Row="0", Margin="0, 0, 0, 0", etc.). By default, this feature should address the most common cases, but should also be configurable to...
From @punker76: It would be nice to have Element Ordering Rule Groups like Attribute Ordering Rule Groups e.g. to group style Setters in the same way. I know, there is...
Visual State Manager Setters were [introduced](https://blogs.msdn.microsoft.com/cdndevs/2015/06/26/uwp-new-features-of-visual-state-manager-part-1/) for UWPs in Windows 10: > If you are going to use animation to change the state you can continue to use old approach...
From @xlsupport in #9 > I've had an issue with an ultra long Figures attribute in a PathGeometry, where I must keep the linebreaks. (it's a very long string qnd...
XamlStyler would not modify any portion of elements in the block list. This is mainly to address compatibility issues where some elements may require a certain ordering of attributes, which...
Releases for Visual Studio for Mac are not currently aligned with releases for VS2019. This issue tracks aligning builds and versioning to provide unified releases moving forward. Related: #222, #224