Skip to content

1.7.1

Compare
Choose a tag to compare
@sailro sailro released this 24 Feb 23:16
· 209 commits to main since this release
a99985a

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

  • Added USP0013 suppressor for CA1823. Private fields with the SerializeField or SerializeReference attributes should not be marked as unused (FxCop).
  • Added USP0014 suppressor for CA1822. Unity messages should not be flagged as candidates for static modifier (FxCop).
  • Added USP0015 suppressor for CA1801. Unused parameters should not be removed from Unity messages (FxCop).
  • Added MenuItem support to the USP0009 suppressor.
  • Fixed USP0001 and USP0002 suppressors not working with extra parentheses or with method arguments.