-
Notifications
You must be signed in to change notification settings - Fork 51
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
Cross Plaform #113
Comments
Hi Matthew, Unfortunately this is still the case. Currently this is done using the Microsoft.CodeAnalysis.Workspaces.MSBuild package, which is compiled against .NET 4.6, instead of .NET standard. There's a discussion about this on the roslyn project here: dotnet/roslyn#17974 I've tried using Buildayzer earlier this year, and have had some issues with it, but I might try it again this month, and see if I get any success with it. |
Thanks for the response @artiomchi :-) |
@artiomchi did you get any further success trying Buildayzer again? |
Hi, |
Hi @artiomchi do you think you can give some updated feedback on the subject ? |
Hi @artiomchi i just tested it in linux and it works, it just needs to remove the constraint :D can you pls help me with that ? |
hi @artiomchi i hope you are all right, would you mind to give me an hand on this topic ? i think it will just work, but i do not know how the boilerplate to run the tool works :( |
I'm not sure if this is an issue or a feature request. I installed
R4Mvc.Tools
on macOS and get the following error when I run ther4mvc
command.I noticed this comment in issue #1 it says there's a dependency on
MSBuild
which wasn't cross platform at the time (but it is now). I work on macOS and deploy to Linux. So shouldR4Mvc.Tools
work on non Windows platforms or is this something that still requires work?Thanks :-)
The text was updated successfully, but these errors were encountered: