You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2025. It is now read-only.
ToFieldIdentifier is treating the class name as a property of its self. There is no Person.Person. I even tried to use .WithName() thinking that maybe it just needed to be manually set. This is sample code I'm using to debug a project I inherited which has totally jacked up validation. I assume that maybe there is some dependency that wasnt setup correct, but I can't find any reference to point to what would cause this exception and how to get past it.