dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.72k stars 1.07k forks source link

Ensure that corehost works on Nano Server #4554

Closed analogrelay closed 4 years ago

analogrelay commented 8 years ago

We had some issues with building dnx on Nano Server. We need to verify that corehost will work fine on Nano Server (which only supports the OneCore APIs).

gkhanna79 commented 8 years ago

@GuardRex Please do share the results when you get them.

refaati commented 8 years ago

@GuardRex , the packages folder is available on the ISO media, but not available in the Nano Server IaaS image on Azure, nor in the downloadable developer VHD. Instead, people should use the Find-NanoServerPackage and Install-NanoServerPackage cmdlet to acquire and install the required packages from the cloud repository. Please consult the Nano Server documentation, under "Installing packages on Nano Server online" Thanks ref@ Refaat Issa [MSFT]

guardrex commented 8 years ago

@refaati Ah! ... thank you. That will definitely speed me up this weekend.

guardrex commented 8 years ago

@gkhanna79 So much for getting to this by Sunday! My schedule got a little backed up. We see this now: https://github.com/dotnet/cli/issues/2967 ... which doesn't bode well for portable apps on Nano.

I only tested the self-contained application model previously. I still have a To-Do item to run tests for both app types in the coming days. I'll report back here soon. Got mired in other work. idk when I'll get back to this.