John Seaman

Results 4 issues of John Seaman

### Environment - Visual Studio version: 2022 Professional - CodeMaid version: 12.0 - Code language: C# ### Description Cleanup Active Document causes block to add an indent every time it...

reproduced
bug
feature: cleaning

The dotnet tool and the Azure Pipeline task are producing different outputs given the same input. Given a Git graph of: ``` commit (HEAD) commit (tag: v2.0.11) ... ``` And...

I am encountering a recurring issues where RazorEngine is throwing an ArgumentExceptions during compile. Everything runs fine at first but after the web application runs for a few hours all...

need-info
bug

I have a few dependencies that create background threads. These dependencies implement `IDisposable` which stops the background thread. I found that this integration never calls dispose on dependencies so these...