You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Debugger (Local window) crashes when JavaScriptPropertyId is a local variable
To fix this scenario:
[System.Diagnostics.DebuggerDisplay("")] can be added at JavaScriptPropertyId class
and
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
over Name property.