kzu / InjectModuleInitializer

Console program and nuget package to inject a module initializer method into a built .NET assembly
http://einaregilsson.com/module-initializers-in-csharp/
MIT License
97 stars 32 forks source link

possible bug when compiling in 2015 on a project with Newtonsoft. #8

Closed killyosaur closed 8 years ago

killyosaur commented 8 years ago

I get a "Cannot resolve Assembly" error for Newtonsoft.json when running this after compiling my project. Have not checked to see if this error occurs in 2013, and not sure if it has to do with the version of Newtonsoft (using the most current version, 7.01).

killyosaur commented 8 years ago

the error message is "Failed to resolve Assembly"

einaregilsson commented 8 years ago

That sounds weird. Has it worked with other assemblies in the same setup?