-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
My WFCORE-4040 PR changed the type of the Parameters param to the PersistentResourceDefinition constructor from it's own Parameters to the superclass one. That will break code that uses the old method and isn't recompiled. So, add a new overloaded constructor that takes the old type, and deprecate it.
I hit this when building full today.