Releases: microsoft/Microsoft.Unity.Analyzers
Releases · microsoft/Microsoft.Unity.Analyzers
1.26.0
https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.26.0
- Added
UNT0040diagnostic,GameObject.isStaticis editor-only. - Added
UNT0041diagnostic, useAnimator.StringToHashfor repeatedAnimatormethod calls. - Added
UNT0042diagnostic,Mesharray property accessed in loop. - Fixed
UNT0022diagnostic side effects. - Recategorized
UNT0034(Vector3→Vector2 conversion) fromPerformancetoReadability. - Recategorized
UNT0035(Vector2→Vector3 conversion) fromPerformancetoReadability.
1.25.0
1.24.0
https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.24.0
- Added
UniTasksupport for all message-based diagnostics and suppressors. - Added
USP0023suppressor, Don't flag incorrect naming styles for Unity messages. - Added
UNT0039diagnostic, UseRequireComponentattribute when self-invokingGetComponent. - Added ignored members to
UNT0031diagnostic, Asset operations inLoadAttributemethod.