Update global suppressions.

This commit is contained in:
2023-05-19 23:17:56 +08:00
parent a8231f7c86
commit b30d35c937

View File

@@ -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")]