From a8773d78a4b9c63af7468221f7bc8756249158bd Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Mon, 21 Oct 2024 15:50:53 -0700 Subject: [PATCH] Fix `HtmlAttributePropertyHelper` hot reload --- src/Mvc/Mvc.ViewFeatures/src/HtmlAttributePropertyHelper.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mvc/Mvc.ViewFeatures/src/HtmlAttributePropertyHelper.cs b/src/Mvc/Mvc.ViewFeatures/src/HtmlAttributePropertyHelper.cs index c1ac26b46742..f04f8895bd9a 100644 --- a/src/Mvc/Mvc.ViewFeatures/src/HtmlAttributePropertyHelper.cs +++ b/src/Mvc/Mvc.ViewFeatures/src/HtmlAttributePropertyHelper.cs @@ -25,8 +25,7 @@ public HtmlAttributePropertyHelper(PropertyHelper propertyHelper) /// /// Part of contract. /// - /// - public static void UpdateCache(Type _) + public static void ClearCache(Type[] _) { ReflectionCache.Clear(); }