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

Switch to .Net Standard 2.0 and update to latest analyzer version #126

Closed BADF00D closed 4 years ago

BADF00D commented 5 years ago

Prerequisites

Description

In order to write code for C# 8 features, we need to upgrade to .Net Standard 2.0 and to latest analyzer packages

BADF00D commented 4 years ago

In order to support Visual Studio 2017, there is a new branch VisualStudio2017 that will be used for further development of this extension for Visual Studio 2017 and the corresponding NuGet packages DisposableFixer 2.X. the master branch will be used for Visual Studio 2019 and the NuGet packages 3.x.