From 06a01474299b1f9e1a87fa4ca7aa7eba7139a849 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(); }