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
Nice3point
added
improvements ✨
Improvements to an existing functionality
and removed
bug 🐛
An unexpected issue that highlights incorrect behavior
unverified ⌛
Needs more investigation to conclude it's an actual bug
labels
Nov 5, 2024
RevitLookup version
2022.3.10
Steps to reproduce
Use Snoop DataBase Command, snoop on a DataStorage object
Click into GetEntity (Schema)
Click into Get (String)
If a field is a string, the snoop window will show it as char list, along with other unnecessary info, and is extremely slow and prone to crash
✔️ Expected Behavior
Please just show string value, when a field's FieldType is string.
ref: Entity.Get<FieldType>( string fieldName )
https://www.revitapidocs.com/2024/335c9ebe-8d73-f9e7-631c-7a026972f364.htm
❌ Actual Behavior
When a field is a string, it opens extremely slow, because it shows its char list, Length, Clone, ToUpper, ToLower, Trim, GetHashCode etc.
Other Software
No response
The text was updated successfully, but these errors were encountered: