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

Get dotnet.exe working on Linux/Mac #4287

Closed
analogrelay opened this issue Oct 7, 2015 · 4 comments
Closed

Get dotnet.exe working on Linux/Mac #4287

analogrelay opened this issue Oct 7, 2015 · 4 comments
Assignees

Comments

@analogrelay
Copy link
Contributor

See dotnet/cli#8 (comment)

The prototype assumes a few Windows things right now, they should be minor to fix but we should do that ASAP.

@analogrelay analogrelay self-assigned this Oct 7, 2015
@analogrelay
Copy link
Contributor Author

As part of this, we'll need a way to find an appropriate csc on each platform.

@brthor
Copy link
Contributor

brthor commented Oct 7, 2015

@anurse For Linux, we are looking at packaging it in a debian package. On mac, homebrew would make sense. I'm not sure what our story for packaging on Windows is yet.

@analogrelay
Copy link
Contributor Author

All that the tool requires is that it be on the path, so that's probably good. Is there a csc binary for those platforms yet that I can use for testing?

@analogrelay
Copy link
Contributor Author

Notes on a few known platform assumptions:

  • We assume .exe as the suffix for executables. This should be platform-dependent
  • We use COMSPEC to "detect" Windows when Exec'ing tools
  • We use USERPROFILE to "detect" Windows when looking up the NuGet package installation directory

wli3 referenced this issue in wli3/cli Jul 14, 2017
Generate a nupkg for Microsoft.DotNet.Core.Sdk.
@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
rainersigwald pushed a commit that referenced this issue Jul 20, 2020
….2 (#4287)

- Microsoft.NET.Sdk - 3.1.200-preview.20113.2
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

2 participants