-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Costura not updating fodyweavers.xml correctly #9
Comments
do you have the latest nuget beta installed? |
I had the same thing happen with PropertyChanged. Because I was using a custom event name upgrading to a new version of PropertyChanged nuked that setting in fodyweavers.xml. I suspect this might be an issue when switching from the plugin version of fody to the nuget version. |
that could make sense. The question is "is this worth fixing"? |
Hmmm. I don't know. How many support hassles is it causing you? Does this only happen when going from pre-nuget to nuget fody? Are we sure it doesn't happen when going from version to version of nuget fody? |
unless anyone objects I am going to close this as "not worth fixing" |
Agree. |
I was installing it to an existing project which already had a few weavers. Then VS suddently asked me: do you want to overwrite FodyWeavers.xml?
It seemed that it created a brand new fodyweavers.xml instead of adding the weaver to the existing list of weavers.
The text was updated successfully, but these errors were encountered: