Closed shnakamura closed 2 months ago
### Link Issues Resolves: No issue linked.
The solution was achieved by reimplementing internal static void ClearCache(Type[]? updatedTypes). Despite having an empty body, the method is required for the attribute to work properly.
internal static void ClearCache(Type[]? updatedTypes)
I just realized I checked out from the wrong branch. Let me fix that real quick.
Unfortunately the linter will keep on yelling about this issue, and a force push may be required.
### Link Issues Resolves: No issue linked.
Description of Work
Comments
The solution was achieved by reimplementing
internal static void ClearCache(Type[]? updatedTypes)
. Despite having an empty body, the method is required for the attribute to work properly.