Update global suppressions.
This commit is contained in:
@@ -46,3 +46,7 @@ using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
// Readonly struct not supported
|
||||
[assembly: SuppressMessage("Style", "IDE0250")]
|
||||
[assembly: SuppressMessage("Style", "IDE0251")]
|
||||
|
||||
// Unity: TryGetComponent not supported
|
||||
[assembly: SuppressMessage("Performance", "UNT0026")]
|
||||
|
Reference in New Issue
Block a user