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
Currently there are issues loading Avalonia.Controls assembly with a different version from the version I'm using in this visualizer. It is necessary to utilize AssemblyLoadContext.
Changes include:
A collectible AssemblyLoadContext in MainWindowViewmodel
Report errors when a certain dependency is not available. This requires Semi.Avalonia to implement Notification first.
No longer refresh Assemblies upon dragging in, instead it will append the assembly. Provide feasibility to refresh and clear assemblies.
Pass a context around AssemblyViewModel and TypeViewModel. It is important to get the PropertyInfo of PseudoClassesAttribute first, as casting to this type is not a valid operation due to version conflict. It must be cast to the particular verison in this context.
The text was updated successfully, but these errors were encountered:
Currently there are issues loading Avalonia.Controls assembly with a different version from the version I'm using in this visualizer. It is necessary to utilize AssemblyLoadContext.
Changes include:
The text was updated successfully, but these errors were encountered: