Microsoft.DotNet.FrameworkCompatibilityDiagnostics
0.5.0
Prefix Reserved
This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217
dotnet add package Microsoft.DotNet.FrameworkCompatibilityDiagnostics --version 0.5.0
NuGet\Install-Package Microsoft.DotNet.FrameworkCompatibilityDiagnostics -Version 0.5.0
<PackageReference Include="Microsoft.DotNet.FrameworkCompatibilityDiagnostics" Version="0.5.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Microsoft.DotNet.FrameworkCompatibilityDiagnostics --version 0.5.0
#r "nuget: Microsoft.DotNet.FrameworkCompatibilityDiagnostics, 0.5.0"
// Install Microsoft.DotNet.FrameworkCompatibilityDiagnostics as a Cake Addin #addin nuget:?package=Microsoft.DotNet.FrameworkCompatibilityDiagnostics&version=0.5.0 // Install Microsoft.DotNet.FrameworkCompatibilityDiagnostics as a Cake Tool #tool nuget:?package=Microsoft.DotNet.FrameworkCompatibilityDiagnostics&version=0.5.0
A collection of analyzers for projects targeting .NET Desktop framework version 4.0+ that help identify and correct compatibility issues between version updates.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
The .NET Compatibility Diagnostics is designed to identify possible risk areas for migration between .NET versions. Please see https://blogs.msdn.microsoft.com/dotnet/2016/03/03/net-framework-compatibility-diagnostics/ or contact netfxcompat@microsoft for more information.
Release Notes:
v0.5.0:
- Added analyzers for known changes up through .NET Framework 4.6.2
- Requires Visual Studio 2015 Update 3
v0.4.2:
- Initial release
- Support for known breaking changes up through .NET Framework 4.6.1
- Requires Visual Studio 2015 Update 2