Manage Custom Assembly References


XamlFiddle offers an excellent feature that allows users to add custom assembly references from third-party libraries to integrate them into their projects. This guide explains how to add, delete, and refresh third-party libraries in XamlFiddle.

Accessing the Custom Assembly References Feature

To access the custom assembly references feature, navigate to the menu: Manage > All Custom Assembly References
Manage Custom Assembly References

Once selected, the Custom Assembly References Dialog will appear:
Custom Assembly References Dialog


Adding a New Third-Party Library

To add a third-party library:

  1. Click on the Add button:
    Browse Third-Party Library

  2. A file explorer dialog will appear. In this case, select a third-party library named XamlFiddle.InfoMessageBoxControl:
    Choose Third-Party Library

  3. Once added, the third-party library will appear in the list:
    Third-Party Library List

  4. Close the dialog and test the integration by adding the following XAML code to your current XAML item:
    Integrated Third-Party Library


Deleting a Third-Party Library

To delete a third-party library:

  1. Click the Delete link next to the library you wish to remove:
    Delete Third-Party Library

  2. A deletion confirmation dialog will appear. Click Yes to confirm:
    Deletion Confirmation Third-Party Library

  3. After confirmation, the third-party library will be removed from XamlFiddle:
    Deleted Third-Party Library


Refreshing the List of Third-Party Libraries

To refresh the list of third-party libraries:

  1. Click the Refresh button:
    Refresh Third-Party Library