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

Fix to parsing of /m switch. #1

Closed mjvh80 closed 12 years ago

mjvh80 commented 12 years ago

If you use the /m shorthand switch, the old code will take the colon (:) as part of the type name causing it not to be found.

einaregilsson commented 12 years ago

Thanks :)