-
Notifications
You must be signed in to change notification settings - Fork 43
Roslyn compiler is copied to root directory #41
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
Comments
Here you can find a sample project (VS 2017 - 15.5.7, .NET 4.5.1) As supposed in dotnet/roslyn#24940 reopened here. |
I think #32 will solve this issue. |
@Jinhuafei Do you have any estimate for when the next version (>=1.0.9) will be available on the official/stable channel? I was experiencing this problem on our TeamCity build agent with 1.0.8 and attempted 1.0.9 from your comment here, which seems to have fixed it. Just curious when that version will be released. Thanks. FYI, our project is a ServiceStack web project. I was a little surprised that the |
@bzier I'm trying to get another fix into the next release, after finish the testing we will publish it. In the meanwhile, can you give it a try with the private build which you can get from this myget feed? |
@Jinhuafei Yes, I pulled the 1.0.9 package from the MyGet feed and that is working for us. Thank you. |
2.0.0-preview is released. After upgrading Microsoft.CodeDom.Providers.DotNetCompilerPlatform nupkg, please remember to uninstall Microsoft.Net.Compilers nupkg in your project. |
Thanks for the update @Jinhuafei |
Version Used:
1.0.6, 1.0.7, 1.0.8
Steps to Reproduce:
Use the compiler in a non ASP.NET project to compile dynamic assemblies as follow:
Expected Behavior:
Roslyn files will be located in subfolder of the project.
Actual Behavior:
The compiler is copied to 'C:\bin\roslyn' or if the solution is located on drive D the files are copied to 'D:\bin\roslyn'.
The text was updated successfully, but these errors were encountered: