简体   繁体   中英

Watch Window doesn't display properties of EntityFramework proxies

The watch window in Visual Studio 2019 has worked fine until yesterday (I believe my laptop may have rebooted over night due to an update pushed by sys admins).

Now, when I set a breakpoint and try to evaluate the properties of an entity, the entity proxy doesn't display the properties (or values):

VS 2019 Watch window with blank properties

The Watch is aware of the number of properties as it lists an icon for each, but the property names and values are blank. Also, if I type the property name directly (eg detail.Asset.Id) it will display the value.

Has anyone seen this? know the cause? and/or know how to fix?

修复/重新启动似乎已修复它。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM