OS :: Windows 10 64bit
Visual Studio Community 2017を インストールしています。
コンパイルするのは
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe
のどちらかでしょうか? どちらかで良いのでしょうか?
cs
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 5using System.Threading.Tasks; 6 7class Class1 8{ 9 static void Main(string[] args) 10 { 11 Console.WriteLine("Hello! World!"); 12 Console.ReadKey(); 13 } 14}
というソースをコンパイルすると
Microsoft (R) Visual C# Compiler version 4.7.2556.0 for C# 5 Copyright (C) Microsoft Corporation. All rights reserved. This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240
と出ます。
正しくコンパイルされているようです、、、、!?
Visual Studio Community 2017でも コンパイルしましたがうまくいっているようです。
それとも コンパイラーは他のが良いのでしょうか? 他に方法があるのでしょうか?
C:\Windows\Microsoft.NET\Framework\ 1041 v1.0.3705 v1.1.4322 v2.0.50727 v3.0 v3.5 v4.0.30319 C:\Windows\Microsoft.NET\Framework64\ 1041 v2.0.50727 v3.0 v3.5 v4.0.30319
の他のファイルでしょうか?

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/06/09 08:26