ErrorProne.NET 0.1.5898.41180

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ErrorProne.NET --version 0.1.5898.41180
                    
NuGet\Install-Package ErrorProne.NET -Version 0.1.5898.41180
                    
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="ErrorProne.NET" Version="0.1.5898.41180" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ErrorProne.NET" Version="0.1.5898.41180" />
                    
Directory.Packages.props
<PackageReference Include="ErrorProne.NET" />
                    
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 ErrorProne.NET --version 0.1.5898.41180
                    
#r "nuget: ErrorProne.NET, 0.1.5898.41180"
                    
#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.
#:package ErrorProne.NET@0.1.5898.41180
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ErrorProne.NET&version=0.1.5898.41180
                    
Install as a Cake Addin
#tool nuget:?package=ErrorProne.NET&version=0.1.5898.41180
                    
Install as a Cake Tool

ErrorProne.NET

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ErrorProne.NET:

Package Downloads
Rfm69Transceiver.Wrapper.Net

This library is for controlling an RFM69 Transceiver through .NET. It wraps a native library for this. The only built in library is a Raspberry Pi library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated

ErrorProne.NET is a set of Roslyn-based analyzers that will help you to write correct code. The idea is similar to Google's error-prone but focusing on correctness (and, maybe, performance) of C# programs.