BADF00D / DisposableFixer

This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Other
35 stars 7 forks source link

Added installation target for V2022 #158

Open paulgartner1 opened 2 years ago

paulgartner1 commented 2 years ago

Removed VS version suffix, can target multiple VS versions Update to version 4.0.0

BADF00D commented 2 years ago

Thanks for your effort. Did you check if the version you compiled for VS2022 still works for VS2019? In the past I noticed, that the NuGet-Roslyn packages where tied to specific VS versions. That's why there are multiple branches and multiple versions of this extension.

paulgartner1 commented 2 years ago

I've tested with both VS 2019 Pro, and VS 2022 Pro The single Vsix package is working with both.

davebally commented 2 years ago

Is this merge request good to pull in ? Finding the tool super helpful but constrained by the lack of 2022 support.

paulgartner1 commented 2 years ago

This should be good to go, I've built locally and been using in VS2022 for some time now without issue. @BADF00D , @davebally

gep13 commented 1 year ago

@BADF00D are there any plans to release a new version of this extension for Visual Studio 2022?