-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
any support for .net core #20
Comments
I have a similar issue, I have an assembly which defines some attribute and an enum as constructor argument (both in assembly 'a'). Now the injection fails also with an assembly not found message (same as with .NET Core/.NET Standard, we experienced that issue as well) I have locally patched the code to accept additional assembly resolve folders. I'll look into the contributing sections to see what would be the best way to contribute these changes. Regards, |
Hi, I have forked the InjectModuleInitializer and added support for adding assembly search paths on the commandline. |
I'm not the maintainer for this anymore, so I can't answer whether you should make a pull request, but I did notice that you have a typo in the regex on line 60 in program.cs: mvw684@d6d27c3#diff-0b69b473fe937040615d69f606751f61ddbc2e3a1849360ff2456c22afe88c0bR60 It says 'assemnby' instead of 'assembly'. |
Typo is fixed |
when i use this for a .net core dll(.net core 2.1), it stop works and just output these lines:
The text was updated successfully, but these errors were encountered: