关于环境的一些背景知识。只在思科linux上工作的企业环境,有要设置的代理服务器以访问git或互联网,运行AnyConnect CE最新版本的Windows笔记本电脑和Linux容器。# https://hub.docker.com/_/microsoft-dotnet-core
FROM mcr.microsoft.com/dotnet/core/
这种方法会在我的MacOS(Windows10.12.1,Unity5.5.0f3)上导致运行时错误,但在朋友的Windows机(Win10,Unity5.5.0f3)上不会。错误是: SocketException:未知这样的主机,System.Net.Dns.GetHostByName (System.String hostName)foreach (IPAddress ip in Dns.GetHostEntry(Dns.GetHostName()).AddressList) {
Dns<