Error after updating to 4.0.x from 3.3.5
See original GitHub issueI’m using Costura. I’ve upgraded Fody to 4.x and I’m getting errors:
packages\Fody.4.0.2\build\Fody.targets(42,9): error MSB4064: The "ProjectFile" parameter is not supported by the "Fody.WeavingTask" task. Verify the parameter exists on the task, and it is a settable public instance property.
packages\Fody.4.0.2\build\Fody.targets(36,5): error MSB4063: The "Fody.WeavingTask" task could not be initialized with its input parameters.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
upgrade error from 3.3.5 to 4.0.6 or 4.1.x (#2181) · Issues
Summary upgrade failed with errors indicating to upgrade to latest version of 4.x.x which is actually my target version.
Read more >Have problem after upgrading IP550
Im able to upgrade my phones from 3.3.5 version to 4.0.1 using my laptop on separate network. But when i connect the phone...
Read more >Heroku deploy ends with error npm ERR! 404 Not Found
I am trying to deploy nodejs to heroku (or firebase) and I receive the same error which relates to event-stream@3.3.6 . I read...
Read more >Error after updating to new version
I'm getting the error message below directly after updating to the new version… Warning: array_filter() expects parameter 1 to be array, bool given...
Read more >Error # codes
Error # codes · Step 1 - Remove and Repair · Step 2 - Check for RAM Errors · Step 3 - Update...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dark2201
Given the error, you probably have a corrupted csproj file which includes several versions of
Fody.targets
. Edit it manually to make sure only the reference to the latest version remains.