Steve Cadwallader
Steve Cadwallader
Sorry Timothy, I have not yet the time to review it. I really appreciate you putting it together, we've been meaning to move towards Roslyn for a long time. Have...
I have been having issues with getting the VS debugger to work as well. I recently switched to a new computer and it started working again so I'm curious if...
Thanks both for reporting the issue. If I understand correctly, it only happens if the Microsoft Sarif Viewer Extension is installed but works as expected with other extensions like XamlStyler?
Thanks for reporting the issue. All extensions (starting in VS2019) are now asynchronously loaded by the IDE in order to improve the startup experience. If you wait a few moments...
Ok, I'm able to reproduce the issue. We explicitly auto load the extension once a solution is opened so that we have context about what kind of solution (e.g. C#,...
Thanks for reporting the issue. We have logic that should(tm) prevent access modifiers from being added to partial classes (link: https://github.com/codecadwallader/codemaid/blob/dev/CodeMaidShared/Logic/Cleaning/InsertExplicitAccessModifierLogic.cs#L61) but I believe this may be another symptom of...
Thanks for reporting the issue. It has come up before but no problem to ask the question if you haven't found the answer. This is usually caused by a loop...
Thank you for reporting the issue. I noticed in the screenshot that it says "IntelliSense engine crashed". I suspect the IDE/SDK may not be in a stable point and the...
Thank you for the suggestion, I can see you've put a lot of thought into it.
Thanks for reporting the issue. I have been unable to reproduce it. Can you please provide a minimal code sample that exhibits the issue?