Add CustomAttributes ApplyUpdate Capability (#54619)
authorTom McDonald <tommcdon@microsoft.com>
Thu, 24 Jun 2021 20:17:39 +0000 (13:17 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 20:17:39 +0000 (13:17 -0700)
* Add CustomAttributes ApplyUpdate Capability

* Rename CustomAttributes ChangeCustomAttributes per #54284

src/coreclr/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.cs

index 15ee7bd..97b908a 100644 (file)
@@ -84,7 +84,7 @@ namespace System.Reflection.Metadata
 
         internal static string GetApplyUpdateCapabilities()
         {
-            return "Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition";
+            return "Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes";
         }
     }
 }