RID : Runtime Identifier (런타임 식별자) .NET CLI 에서의 사용예시 dotnet publish -c Release -r linux-x64 --self-contained false 간단한 몇개 RID win-x64 : 윈도우 X64 (버전 무관) win10-x64 : 윈도우 10 X64 , 윈도우 Server 2016 X64 linux-x64 : 리눅스 x64 (CentOS/Debian/Ubuntu 등 대부분) tizen : 타이젠 osx-x64 : 맥OS (버전무관) 자세한것은 아래에서 확인할 수 있다. https://docs.microsoft.com/ko-kr/dotnet/core/rid-catalog 아래는 추가정보 https://github.com/dotnet/runtim..
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. 이런건 참 문제라고 생각한다. 마음대로 정보를 수집해서 전송하다니. 그것도 기본값 True 설치관리자로 DotNet설치시 바로 전송되므로, 아무것도 전송되길 원치않는다면, 설치전에 환경변수를 세팅해주어야 한다. .bas..
Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. at System..
- Total
- Today
- Yesterday