Skip to content

1.8.1

Compare
Choose a tag to compare
@sailro sailro released this 24 Feb 23:19
· 206 commits to main since this release

https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.8.1

  • Added UNT0018 diagnostic. You should not use System.Reflection features in performance critical messages like Update, FixedUpdate, LateUpdate, or OnGUI.
  • Improved USP0003 and USP0005 suppressors, with support for all AssetPostprocessor static methods.
  • Added USP0016 suppressor for CS8618. C# 8.0 introduces nullable reference types and non-nullable reference types. Initialization detection of types inheriting from UnityEngine.Object is not supported and will result in errors.