We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
The AssemblyName generated by https://github.com/OmniSharp/omnisharp-server/blob/master/OmniSharp/TestContextInformation/GetTestContextHandler.cs#L67 assumes the assembly is a .dll, and thus doesn't work for .exe.
I'm using omnisharp-emacs, and the net result of the above is that I can't run unit tests in .exe assemblies.
Is there some good reason that .dll is hardcoded?
Thank you
The text was updated successfully, but these errors were encountered:
It doesn't need to be. Do you want to submit a PR?
Sorry, something went wrong.
Well in that case it's the right thing to do... I'll take a look into setting this project up, running tests and such before I verbally commit ;-)
Cheers! You'll probably need to look at the project files to determine the output path I would imagine.
On Thu, Feb 5, 2015 at 3:27 PM, Edward Garson [email protected] wrote:
Well in that case it's the right thing to do... I'll take a look into setting this project up, running tests and such before I verbally commit ;-) Thank you — Reply to this email directly or view it on GitHub #177 (comment) .
— Reply to this email directly or view it on GitHub #177 (comment) .
No branches or pull requests
Hello
The AssemblyName generated by https://github.com/OmniSharp/omnisharp-server/blob/master/OmniSharp/TestContextInformation/GetTestContextHandler.cs#L67 assumes the assembly is a .dll, and thus doesn't work for .exe.
I'm using omnisharp-emacs, and the net result of the above is that I can't run unit tests in .exe assemblies.
Is there some good reason that .dll is hardcoded?
Thank you
The text was updated successfully, but these errors were encountered: