Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Windows Nano Server support #32

Open
alexpilotti opened this issue May 13, 2016 · 1 comment
Open

Windows Nano Server support #32

alexpilotti opened this issue May 13, 2016 · 1 comment

Comments

@alexpilotti
Copy link

This module does not work on Nano Server due .Net's "System.Net.WebClient" not being available in the CoreCLR.

"System.Net.Http.HttpClient" is a viable alternative as used for example here:
https://github.com/cloudbase/unattended-setup-scripts/blob/master/FastWebRequest.psm1

@ferventcoder
Copy link

I like the start of that, but it should fall back to System.Net.WebClient when that is available - the code you have is only compatible with .NET 4.5+ (I believe) and yes, CoreCLR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants