1.7.1
https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.7.1
- Added
USP0013
suppressor forCA1823
. Private fields with theSerializeField
orSerializeReference
attributes should not be marked as unused (FxCop). - Added
USP0014
suppressor forCA1822
. Unity messages should not be flagged as candidates forstatic
modifier (FxCop). - Added
USP0015
suppressor forCA1801
. Unused parameters should not be removed from Unity messages (FxCop). - Added MenuItem support to the
USP0009
suppressor. - Fixed
USP0001
andUSP0002
suppressors not working with extra parentheses or with method arguments.