bosmanr;15493 wrote:Well I wonder if I need to add some extra configuration. I found some older posts about copying referenced assemblies and copying the Fody packages. Or should it work out of the box with default settings? Weird thing is the same solution works on my desktop (requiring manual rebuild as well, but I can get it to build) but it all of a sudden stopped on my laptop, same solution.
The 'Copy referenced assemblies to workspace' setting is usually the first one to try, as this makes the build behave in a manner more similar to that of VS (with some performance implications).
I can also recommend trying
compatibility mode.
Unfortunately I'm not familiar enough with the internals of Fody to guess at what may be the cause of this exception. If you can put together a sample solution that can consistently produce the problem, Simon is offering to take a closer look.