Steve Cadwallader

Results 279 comments of Steve Cadwallader

![image](https://user-images.githubusercontent.com/3823772/47271991-ca2f0c80-d56e-11e8-9087-c883fcf7117f.png) The latest update to Visual Studio 2017 includes some experimental formatting options, including one titled "Add/remove braces for single-line control statements". Its still experimental to Microsoft, but check it...

Thanks for reporting the issue. I wasn't able to reproduce it at first, but if I rage clicked enough between save events and tabs it did eventually hang up VS.

I've just merged a potential fix in #951 . I'm not very confident in it though and would appreciate some others testing it out to see if it helps/harms. If...

Thanks for reporting the issue. There is a related issue here: #691

Thanks for reporting the issue. I have not been able to reproduce it. Do you have a minimal solution that you can attach which exhibits the issue?

@tuananh-le Not at this time, but as an open source project anyone is willing to chip in and add features!

Thanks for reporting the issue. It looks like a number of issues are cropping up around inserting explicit access modifiers on properties and the underlying API is no longer behaving...

This lookup is not coming back with the expected results: https://github.com/codecadwallader/codemaid/blob/dev/CodeMaidShared/Logic/Cleaning/InsertExplicitAccessModifierLogic.cs#L297 Since it isn't matching the property declaration correctly, it thinks the access modifier is missing and attempts to add...

Thank you for reporting the issue. I believe this is related to an underlying SDK issue introduced in VS2022. There are some more details in #879 and a link over...