-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow defining the assemblies where the problems are located #181
Conversation
Just realized the obvious problem of the input files not being where they need to be in an outside assembly. |
…d the entry assembly as the default one
Yeah, I'm afraid it's not as simple. I'll think about this in the following days and see if I can come up with a nice solution to the input files problem. |
Just to be clear about what the problem to solve is:
|
@codemonkey85 Could you verify that if you replicate this pattern, everything works smoothly? Scenarios to test:
Pattern to replicate: (using v3.1.0-alpha.1 from NuGet) |
@eduherminio The public abstract class |
I didn't intend to ship it, because its presence might be just confusing, and just include the needed override as part of the documentation. What's your opinion on that? |
Yeah, I think that's fine. I suppose mine is more of a niche requirement anyway |
Thanks again for raising the issue and for your contribution @codemonkey85, I'll add some documentation and examples and release 3.1.0 in the next 24h. |
This is my attempt to solve #180.