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
I think that all assemblyNames are 'statically known' while the "assembly regions" is a lazy loaded/async operation, so I think we can do better than this
Note that in general, this type of thing is not advised for admins, as renaming identifiers including assembly "name" (which is used as identifier) and trackIds, etc can cause lots of issues with reloading sessions, but again, we may be able to do a bit better than infinite loading
The text was updated successfully, but these errors were encountered:
Steps to reproduce
I think that all assemblyNames are 'statically known' while the "assembly regions" is a lazy loaded/async operation, so I think we can do better than this
Note that in general, this type of thing is not advised for admins, as renaming identifiers including assembly "name" (which is used as identifier) and trackIds, etc can cause lots of issues with reloading sessions, but again, we may be able to do a bit better than infinite loading
The text was updated successfully, but these errors were encountered: