I work with .Net Framework 4.7 and UnityDependencyResolver. My customer write a constructor with an Enum as the parameter and UnityDependencyResolver cannot initialize this constructor.
I guess the Enum parameter is the cause of the problem. I tried to search using the keyword "UnityDependencyResolver can't resolve Enum", but couldn't find any explanation.
Can someone give me accurate information or a satisfactory explanation? Look forward to the help.