UnityContrib.CodeAnalysis NuGet Package

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.




Got any UnityContrib.CodeAnalysis Question?





Info

Version: 2015.9.19.1917
Author(s): UnityContrib
Last Update: Saturday, September 19, 2015
.NET Fiddle: Online Example
Project Url: https://github.com/UnityContrib/code-analysis
NuGet Url: https://www.nuget.org/packages/UnityContrib.CodeAnalysis


Install
Install-Package UnityContrib.CodeAnalysis
dotnet add package UnityContrib.CodeAnalysis
paket add UnityContrib.CodeAnalysis
UnityContrib.CodeAnalysis Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1

avg-downloads-per-day

1

days-since-last-release

3142