When starting my project in debug mode, I get the following error and have to stop debugging:
Got the same problem with VS2019 (Version 16.7.6). My Problem was that the Constructor Call implicitely called a getter which was dependend on another property, which wasnt created at that time, I think. Changed the code, problem was solved.