1.8.1
https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.8.1
- Added
UNT0018
diagnostic. You should not useSystem.Reflection
features in performance critical messages likeUpdate
,FixedUpdate
,LateUpdate
, orOnGUI
. - Improved
USP0003
andUSP0005
suppressors, with support for allAssetPostprocessor
static methods. - Added
USP0016
suppressor forCS8618
.C# 8.0
introduces nullable reference types and non-nullable reference types. Initialization detection of types inheriting fromUnityEngine.Object
is not supported and will result in errors.