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

Working directory fix #346

Merged
merged 4 commits into from
Jan 19, 2017
Merged

Working directory fix #346

merged 4 commits into from
Jan 19, 2017

Conversation

singhsarab
Copy link
Contributor

Fixed the working directory for the dotnet.exe to source directory.
Output for Directory.CurrentDirectory for net46 and netcoreapp1.0 both are similar, as in point to source directory.

Ongoing Validations (All done with relative path fix):

@codito
Copy link
Contributor

codito commented Jan 19, 2017

Can we please add an end to end test for this? Basically multitarget a test project and have a test like below:

Assert.AreEqual(typeof(MyTestClass).GetTypeInfo().Assembly.Location, Environment.CurrentDirectory)

@codito codito merged commit 4240112 into microsoft:master Jan 19, 2017
@codito codito deleted the WorkingDirFix branch January 19, 2017 15:29
codito pushed a commit that referenced this pull request Jan 20, 2017
* Fixed the working directory for the dotnet.exe to source directory.

* Adding the acceptance test for the working directory fix.
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

Successfully merging this pull request may close these issues.

2 participants