Skip to content

MVVM Toolkit not correctly unloading using Appdomain.Unload() with Version 7.1 #12

@c-fricke

Description

@c-fricke

Hello!

After updating the version of the Toolkit from 7.0 to 7.1 we cannot unload the Appdomain correctly anymore.
Some background: in our Application we start another Appdomain containing the View that uses the MVVM Toolkit. After closing the View we also unload the Appdomain (via AppDomain.Unload(domain)) to properly unload everything. After updating the Toolkit from 7.0 to 7.1 this unload process runs forever (>10 minutes) and slows/blocks any further code being run in our Application. Going back to Version 7.0 fixes the issue. If you need furthe rInformation regarding this issue please reach out to me, I will help in any way I can.

Best Regards
Chris

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛An unexpected issue that highlights incorrect behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions