Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Client: Cache global state assemblies by name #486

Merged
merged 1 commit into from Jul 6, 2018

Commits on Jul 6, 2018

  1. 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.
    sandyarmstrong authored and abock committed Jul 6, 2018
    Copy the full SHA
    8d0d198 View commit details
    Browse the repository at this point in the history