FStapenhorst

Results 3 issues of FStapenhorst

### Environment - Visual Studio version:2022 Professional 17.0.0. - CodeMaid version: 12.0 - Code language: C# ### Description When cleaning this block ``` [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = 8)]...

reproduced
bug
feature: cleaning

### Environment - Visual Studio version: 2022 Professional 17.0.0 - CodeMaid version: 12.0 - Code language: C# ### Description I run "Clean all code" and I get this exception for...

bug
feature: cleaning

Hi, I use VSTO AddIns and the file path is in URI format, like file:///C:\Program files.... In the function GetVstoAddInData you check the path using File.Exist() which does not work...

help wanted