Why do I get this .NET error - “TypeError: expected List[DataPoint], got List[DataPoint]”

前端 未结 2 1786
予麋鹿
予麋鹿 2020-12-22 08:36

I refactored some code, and now I get this error when calling a function. But everything seems to be fine, I even compared failing_argument.GetType().AssemblyQualified

2条回答
  •  甜味超标
    2020-12-22 08:54

    May be an issue with the type resolution...use the complete type name (including the namespace). Some code sample might help!

提交回复
热议问题