This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client: Cache global state assemblies by name
1. Open Workbooks 2. Create a XF iOS workbook 3. Create a non-XF iOS workbook The second workbook, for whatever reason, doesn't set a PEImage for the global state assembly, so the client tries to resolve it from a different location, leading to an exception. Cache to avoid this. Will be nice when this reflection loading can go away.
- Loading branch information
1 parent
868164b
commit 8d0d198
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters