- Hands-On Microservices with C#
- Matt R. Cole
- 65字
- 2021-07-23 17:25:26
Watches
Available only in the Live Viewer, the Watches panel allows users to display non-persistent information for quick and dirty data change. We can write directly to the Watches, or, if using the ReflectInsight PostSharp AOP extension, we can easily decorate an object property with a predefined custom attribute. This attribute forces ReflectInsight to display the value of the property whenever its value changes:
