Skip to content
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

Automatically work out required '/assembliesUnderTest' paths from the test csproj file #3

Open
ceddlyburge opened this issue Oct 22, 2020 · 0 comments

Comments

@ceddlyburge
Copy link
Contributor

At the moment you have to specify a list of space separated strings in the '/assembliesUnderTest' command line parameter to GenerateCodeFromExcelTest.exe.

These are then scanned by the framework, to find interfaces that match definitions in the Excel tests.

It would probably be better to work these requirements out automatically, by looking at the dependencies in the csproj file. This would cause it to be a bit slower, and might cause confusion if there were interfaces with the same name in different namespaces, but this slight annoyance is probably less than the annoyance of having to edit the '/assembliesUnderTest' command line parameter.

We should have a think about it first though, to make sure that the assumption holds true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant