Silver.CodeAnalysis 0.1.5

dotnet add package Silver.CodeAnalysis --version 0.1.5
                    
NuGet\Install-Package Silver.CodeAnalysis -Version 0.1.5
                    
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="Silver.CodeAnalysis" Version="0.1.5">
  <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.
<PackageVersion Include="Silver.CodeAnalysis" Version="0.1.5" />
                    
Directory.Packages.props
<PackageReference Include="Silver.CodeAnalysis">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Silver.CodeAnalysis --version 0.1.5
                    
#r "nuget: Silver.CodeAnalysis, 0.1.5"
                    
#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.
#addin nuget:?package=Silver.CodeAnalysis&version=0.1.5
                    
Install Silver.CodeAnalysis as a Cake Addin
#tool nuget:?package=Silver.CodeAnalysis&version=0.1.5
                    
Install Silver.CodeAnalysis as a Cake Tool

Silver is a static analysis and formal verification tool for Stratis smart contracts. This is a Roslyn diagnostic analyzer for analyzing and validating smart contract code according to the rules defined on the Stratis platform.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.1.5 509 3/5/2022
0.1.4 497 2/14/2022
0.1.3 489 2/11/2022

Add assert usage analyzers by drmathias: https://github.com/allisterb/Silver/pull/1.