Due to the nature of my solution (modules being loaded at run time) I get "resource could not be resolved" errors for all of the resources defined in the plugged in modules. The application works, but the many error messages in the XAML and the false errors in the debug window are problematic.
I could add the dictionary where the resources are defined to each of my UserControls manually but that is less then ideal. Normally the dictionary would be added in app.xaml but my plugins don't have an app.xaml.
Is there a way to suppress these warnings?