-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referencing XAML resources #1260
Comments
One more note, project previously used NuGet, it contains As well as Paket adds
even if NuGet already added this as
(leads to duplication in file explorer) |
I assume our xaml support is pretty poor (read as non-existent). We could
|
Not sure that I know how to support all cases...
Could please mark this issues and |
I assume the fix is needed in https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/ProjectFile.fs#L447 |
ping |
When I you reference to MahApps.Metro.Resources
Paket add following code into project file
In the same time NuGet add it like
As a result when MSBuild does not compile
xaml
file and application crashes in the runtime when tries to load resources.The text was updated successfully, but these errors were encountered: