UnityContrib.CodeAnalysis 2015.9.19.1917

dotnet add package UnityContrib.CodeAnalysis --version 2015.9.19.1917
NuGet\Install-Package UnityContrib.CodeAnalysis -Version 2015.9.19.1917
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="UnityContrib.CodeAnalysis" Version="2015.9.19.1917" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnityContrib.CodeAnalysis --version 2015.9.19.1917
#r "nuget: UnityContrib.CodeAnalysis, 2015.9.19.1917"
#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 UnityContrib.CodeAnalysis as a Cake Addin
#addin nuget:?package=UnityContrib.CodeAnalysis&version=2015.9.19.1917

// Install UnityContrib.CodeAnalysis as a Cake Tool
#tool nuget:?package=UnityContrib.CodeAnalysis&version=2015.9.19.1917

Code analysis library designed for UnityContrib project, but can be used in other Unity game engine projects.

Contains the following rules:
     
UCHasTooltip
All non-readonly private instance fields marked with [SerializeField] on MonoBehaviours must also have a [Tooltip] attribute.
     
UCNonEmptyTooltip
All [Tooltip] attributes are not allowed to have an empty string.

UCPrivateField
All fields on MonoBehaviours must be private.

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
2015.9.19.1917 1,941 9/19/2015
2015.9.17.2153 1,734 9/17/2015

Added the new rules UCNonEmptyTooltip and UCPrivateField.