Devtility.CheckAsmRefs 0.7.0-rc

This is a prerelease version of Devtility.CheckAsmRefs.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Devtility.CheckAsmRefs --version 0.7.0-rc
NuGet\Install-Package Devtility.CheckAsmRefs -Version 0.7.0-rc
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Devtility.CheckAsmRefs" Version="0.7.0-rc">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Devtility.CheckAsmRefs --version 0.7.0-rc
#r "nuget: Devtility.CheckAsmRefs, 0.7.0-rc"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Devtility.CheckAsmRefs as a Cake Addin
#addin nuget:?package=Devtility.CheckAsmRefs&version=0.7.0-rc&prerelease

// Install Devtility.CheckAsmRefs as a Cake Tool
#tool nuget:?package=Devtility.CheckAsmRefs&version=0.7.0-rc&prerelease

This package provides a build-time check that the set of referenced assemblies and the versions of those references have not changed from the previous build.

This helps avoid accidental changes that can cause failures at runtime e.g.

  • by referencing a newer version of an assembly that is not supported by the minimum framework version targeted by the application
  • by adding a reference to an assembly that is not packaged with the application

Instructions for use:

The first time you build your project after adding a reference to this package, a baseline file will be created. You should add this baseline file to source control.

On every subsequent build, the set of references will be compared against the baseline file. If there are differences, the build will fail. At that point, compare the baseline file against the current report file. If the changes are unintentional, undo them.

If the changes are intentional, check that you have made any other relevant changes (such as updating your install package to include any newly-referenced assemblies). Then, update the baseline file and check in the new baseline.

The baseline file can be updated by re-running the build with the following property: /p:AsmRefUpdateBaseline=true

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.0

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Devtility.CheckAsmRefs:

Repository Stars
SonarSource/sonarlint-visualstudio
SonarLint extension for VisualStudio
Version Downloads Last updated
0.11.0-rc 2,722 9/27/2020
0.10.0-rc 2,987 5/8/2020
0.9.0-rc 311 3/22/2020
0.8.0-rc 343 3/15/2020
0.7.0-rc 303 2/23/2020