From 0f8d619468cad34d25cb3fb50a31a9fbf2e2c0a2 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:38:44 +0800 Subject: [PATCH] Update TypeMeta.cs --- src/DebugUtils/TypeMeta.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DebugUtils/TypeMeta.cs b/src/DebugUtils/TypeMeta.cs index 42bb481..1013cf1 100644 --- a/src/DebugUtils/TypeMeta.cs +++ b/src/DebugUtils/TypeMeta.cs @@ -132,7 +132,6 @@ namespace DCFApixels.DragonECS if (type.TryGetAttributeInherited(out var proxyAtr, out var declaringAtrType)) { #if REFLECTION_ENABLED -#pragma warning disable IDE0019 // Используйте сопоставление шаблонов #pragma warning disable IL3050 // Calling members annotated with 'RequiresDynamicCodeAttribute' may break functionality when AOT compiling. #pragma warning disable IL2055 // Either the type on which the MakeGenericType is called can't be statically determined, or the type parameters to be used for generic arguments can't be statically determined. #pragma warning disable IL2077 // Target parameter argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The source field does not have matching annotations. @@ -157,7 +156,6 @@ namespace DCFApixels.DragonECS } #pragma warning restore IL2055 #pragma warning restore IL3050 -#pragma warning restore IDE0019 #pragma warning restore IL2077 #endif }