C#の正しいバージョン番号は何ですか?何が出たの?C#3.5に関する回答が見つからないのはなぜですか?
この質問は主に、不適切なバージョン番号(例:C#3.5)を使用して回答を検索する人を支援するためのものです。間違ったバージョン番号の答えを見つけられなかった人は、この質問を見つけて、正しいバージョン番号で再度検索することが期待されます。
C#の正しいバージョン番号は何ですか?何が出たの?C#3.5に関する回答が見つからないのはなぜですか?
この質問は主に、不適切なバージョン番号(例:C#3.5)を使用して回答を検索する人を支援するためのものです。間違ったバージョン番号の答えを見つけられなかった人は、この質問を見つけて、正しいバージョン番号で再度検索することが期待されます。
回答:
これらは、この記事の執筆時点で知られているC#のバージョンです。
Dispose
れたIEnumerator
s を呼び出す最初のバージョンIDisposable
。他のいくつかの小さな機能。var
)、クエリ式dynamic
)、デリゲートとインターフェイスの一般的な分散、COMサポートの増加、名前付き引数、タプルのデータ型とオプションのパラメーターawait
中catch
とfinally
、拡張Add
コレクション初期化子内のメソッド。out
パラメーター宣言、ローカル関数、バイナリリテラル、桁区切り記号、任意の非同期リターン。unmanaged
型、デリゲート型、ジェネリック型制約。ref
再割り当て。安全でない改善:stackalloc
初期化、固定されていないインデックス付きfixed
バッファー、カスタムfixed
ステートメント。オーバーロードの解決が改善されました。初期化子とクエリの式変数。==
そして!=
タプルに対して定義されました。自動プロパティのバッキングフィールドを属性のターゲットにできるようになりました。new
、ターゲットが入力され??
、?
)、共変が返されます。マイナー特徴:の順序リラックスref
とpartial
修飾子を、パラメータはnullチェック、ラムダ廃棄パラメータ、ネイティブint
のは、ローカル関数、関数ポインタ、静的のラムダ、拡張子の属性GetEnumerator
部分拡張、モジュール初期化子。C#の正しいバージョン番号は何ですか?何が出たの?C#3.5に関する回答が見つからないのはなぜですか?
C#3.5などはありません-混乱の原因は、C#3.0が.NET 3.5に存在することです。ただし、言語とフレームワークは個別にバージョン管理されます。CLRは.NET 2.0〜3.5のバージョン2.0であり、.NET 4はCLR 4.0を導入していますが、サービスパックです。.NET 4.5のCLRにはさまざまな改善点がありますが、バージョン管理は不明確です。場所によってはCLR 4.5(たとえば、このMSDNページでそのように参照されていた)と呼ばれることもありますが、Environment.Version
プロパティはまだ4.0を報告します。 xxx。
2017年5月3日の時点で、C#言語チームはGitHubリポジトリにC#バージョンと機能の履歴を作成しました:C#言語バージョンで追加された機能。今後実装される、または最近実装された言語機能を追跡するページもあります。
これは、ここでのほとんどの回答と同じですが、簡単にするために表形式で表示され、完全を期すためにVisual Studioバージョンと.NETバージョンが用意されています。
╔════════════╦════════════╦══════════════╦═════════════╦══════════════╗
║ C# version ║ VS version ║ .NET version ║ CLR version ║ Release date ║
╠════════════╬════════════╬══════════════╬═════════════╬══════════════╣
║ 1.0 ║ 2002 ║ 1.0 ║ 1.0 ║ Feb 2002 ║
║ 1.2 ║ 2003 ║ 1.1 ║ 1.1 ║ Apr 2003 ║
║ 2.0 ║ 2005 ║ 2.0 ║ 2.0 ║ Nov 2005 ║
║ ║ ║ 3.0 ║ 2.0 ║ Nov 2006 ║
║ 3.0 ║ 2008 ║ 3.5 ║ 2.0 ║ Nov 2007 ║
║ 4.0 ║ 2010 ║ 4.0 ║ 4 ║ Apr 2010 ║
║ 5.0 ║ 2012 ║ 4.5 ║ 4 ║ Aug 2012 ║
║ 5.0 ║ 2013 ║ 4.5.1 ║ 4 ║ Oct 2013 ║
║ ║ ║ 4.5.2 ║ 4 ║ May 2014 ║
║ 6.0 ║ 2015 ║ 4.6 ║ 4 ║ Jul 2015 ║
║ ║ ║ 4.6.1 ║ 4 ║ Nov 2015 ║
║ ║ ║ 4.6.2 ║ 4 ║ Aug 2016 ║
║ 7.0 ║ 2017 ║ ║ ║ Mar 2017 ║
║ ║ ║ 4.7 ║ 4 ║ May 2017 ║
║ 7.1 ║ 2017(v15.3)║ ║ ║ Aug 2017 ║
║ ║ ║ 4.7.1 ║ 4 ║ Oct 2017 ║
║ 7.2 ║ 2017(v15.5)║ ║ ║ Dec 2017 ║
║ ║ ║ 4.7.2 ║ 4 ║ Apr 2018 ║
║ 7.3 ║ 2017(v15.7)║ ║ ║ May 2018 ║
║ 8.0 ║ 2019 ║ 4.8 ║ 4 ║ Apr 2019 ║
╚════════════╩════════════╩══════════════╩═════════════╩══════════════╝
注: .NET開発は最近のVSからほとんど独立しており、それぞれのバージョン間に相関関係はありません。
詳細については、「。NET Frameworkのバージョンと依存関係」を参照してください。
C#のバージョン番号を処理するときの最大の問題は、それが.NET Frameworkのバージョンに関連付けられていないという事実です。これは、Visual Studioと.NET Frameworkの間でリリースが同期されているためと考えられます。
C#のバージョンは、実際にはフレームワークではなくコンパイラーにバインドされています。たとえば、Visual Studio 2008では、C#3.0を記述して、.NET Framework 2.0、3.0、および3.5をターゲットにすることができます。C#3.0の命名法は、ANSI C89、C90、C99がCのコード構文/機能を説明するのと同じ方法で、コード構文のバージョンとサポートされる機能を説明します。
見てくださいモノを、あなたはモノ2.0(ほとんどECMA仕様からの.NET Frameworkのバージョン2.0を実装)ことがわかりますC#3.0の構文と機能をサポートしています。
バージョン_____
言語仕様______
MICROSOFTコンパイラ
C#1.0 / 1.2____
2001年12月?/ 2003 ?___________
2002年1月?
C#2.0 _______
2005年9月2005年________________
11月?
C#3.0 _______
2006年5月2006年_____________________
11月?
C#4.0 _______
2009年3月(ドラフト)______________
2010年4月?
C#5.0; 2012年8月に.NET 4.5とともにリリースされました
C#6.0; .NET 4.6 2015とともにリリース
C#7.0; .NET 4.7 2017でリリース
C#8.0; .NET 4.8 2019でリリース
この表のほとんどのバージョンをまとめました。欠けているのはASP.NET Coreバージョンだけです。ASP.NET MVCのさまざまなバージョンも追加しました。
ASP.NET 5はASP.NET Core 1.0としてブランド変更され、ASP.NET MVC 6はASP.NET Core MVC 1.0.0としてブランド変更されていることに注意してください。この変更は2016年1月頃に発生したと思います。
ASP.NET 5 RC1のリリース日を表に含めましたが、正確なリリース日を見つけることができなかったため、ASP.NETコア1.0およびその他のコアバージョンはまだ含めていません。ASP.NET Coreに関するリリース日について詳しくは、こちらをご覧ください。ASP.NETCore 1.0(ASP.NET 5 / vNext)はいつリリースされる予定ですか?
MSDNの記事「C#2.0言語とコンパイラの新機能」と「Visual C#2005 の新機能」を比較すると、「C#major_version.minor_version」がコンパイラのバージョン番号に従って作成されていると推定できます。
.NET 1.1およびVS 2003に対応し、Visual C#.NET 2003とも呼ばれるC#1.2があります。
しかし、Microsoftはさらに、マイナーバージョン(ドットの後)の番号を増やすか、ゼロ以外の番号にすることをやめました0
。ただし、.NET 3.5に対応するC#はmsdn.microsoft.comで「Visual C#2008 Service Pack 1」と呼ばれています。
2つの並行した命名があります。メジャー.NET /コンパイラのバージョン番号によるものと、Visual Studio番号によるものです。
C#2.0はVisual C#2005の同義語です
C#3.0は以下に対応します(より正確には、ターゲティングできます)。
Classes
Structs
Interfaces
Events
Properties
Delegates
Expressions
Statements
Attributes
Literals
Dispose in foreach
foreach over string specialization
C# 2 - Visual Studio 2005
Generics
Partial types
Anonymous methods
Iterators
Nullable types
Getter/setter separate accessibility
Method group conversions (delegates)
Static classes
Delegate inference
Implicitly typed local variables
Object and collection initializers
Auto-Implemented properties
Anonymous types
Extension methods
Query expressions
Lambda expression
Expression trees
Partial methods
Dynamic binding
Named and optional arguments
Co- and Contra-variance for generic delegates and interfaces
Embedded interop types ("NoPIA")
Asynchronous methods
Caller info attributes
Draft Specification online
Compiler-as-a-service (Roslyn)
Import of static type members into namespace
Exception filters
Await in catch/finally blocks
Auto property initializers
Default values for getter-only properties
Expression-bodied members
Null propagator (null-conditional operator, succinct null checking)
String interpolation
nameof operator
Dictionary initializer
Out variables
Pattern matching
Tuples
Deconstruction
Discards
Local Functions
Binary Literals
Digit Separators
Ref returns and locals
Generalized async return types
More expression-bodied members
Throw expressions
Async main
Default expressions
Reference assemblies
Inferred tuple element names
Pattern-matching with generics
Span and ref-like types
In parameters and readonly references
Ref conditional
Non-trailing named arguments
Private protected accessibility
Digit separator after base specifier
System.Enum, System.Delegate and unmanaged constraints.
Ref local re-assignment: Ref locals and ref parameters can now be reassigned with the ref assignment operator (= ref).
Stackalloc initializers: Stack-allocated arrays can now be initialized, e.g. Span<int> x = stackalloc[] { 1, 2, 3 };.
Indexing movable fixed buffers: Fixed buffers can be indexed into without first being pinned.
Custom fixed statement: Types that implement a suitable GetPinnableReference can be used in a fixed statement.
Improved overload candidates: Some overload resolution candidates can be ruled out early, thus reducing ambiguities.
Expression variables in initializers and queries: Expression variables like out var and pattern variables are allowed in field initializers, constructor initializers and LINQ queries.
Tuple comparison: Tuples can now be compared with == and !=.
Attributes on backing fields: Allows [field: …] attributes on an auto-implemented property to target its backing field.
Nullable reference types: express nullability intent on reference types with ?, notnull constraint and annotations attributes in APIs, the compiler will use those to try and detect possible null values being dereferenced or passed to unsuitable APIs.
Default interface members: interfaces can now have members with default implementations, as well as static/private/protected/internal members except for state (ie. no fields).
Recursive patterns: positional and property patterns allow testing deeper into an object, and switch expressions allow for testing multiple patterns and producing corresponding results in a compact fashion.
Async streams: await foreach and await using allow for asynchronous enumeration and disposal of IAsyncEnumerable<T> collections and IAsyncDisposable resources, and async-iterator methods allow convenient implementation of such asynchronous streams.
Enhanced using: a using declaration is added with an implicit scope and using statements and declarations allow disposal of ref structs using a pattern.
Ranges and indexes: the i..j syntax allows constructing System.Range instances, the ^k syntax allows constructing System.Index instances, and those can be used to index/slice collections.
Null-coalescing assignment: ??= allows conditionally assigning when the value is null.
Static local functions: local functions modified with static cannot capture this or local variables, and local function parameters now shadow locals in parent scopes.
Unmanaged generic structs: generic struct types that only have unmanaged fields are now considered unmanaged (ie. they satisfy the unmanaged constraint).
Readonly members: individual members can now be marked as readonly to indicate and enforce that they do not modify instance state.
Stackalloc in nested contexts: stackalloc expressions are now allowed in more expression contexts.
Alternative interpolated verbatim strings: @$"..." strings are recognized as interpolated verbatim strings just like $@"...".
Obsolete on property accessors: property accessors can now be individually marked as obsolete.
Permit t is null on unconstrained type parameter
[ソース]: https : //github.com/dotnet/csharplang/blob/master/Language-Version-History.md
C#8.0はc#の最新バージョンです。.NETCore 3.x以降のバージョンでのみサポートされています。最新の機能の多くは、.NET Core 3.xで導入されたライブラリおよびランタイム機能を必要とします
次の表に、ターゲットフレームワークとそのバージョン、およびデフォルトのC#バージョンを示します。