C#の正しいバージョン番号は何ですか?


2531

C#の正しいバージョン番号は何ですか?何が出たの?C#3.5に関する回答が見つからないのはなぜですか?

この質問は主に、不適切なバージョン番号(例:C#3.5)を使用して回答を検索する人を支援するためのものです。間違ったバージョン番号の答えを見つけられなかった人は、この質問を見つけて、正しいバージョン番号で再度検索することが期待されます。


74
これは、すべてを理解するための良い情報源の1つです。en.wikipedia.org/wiki/C_Sharp_(programming_language)

1
2番目の段落は質問の一部ではないため、質問の代わりにコメントに
含めるべき

21
@TankorSmash:質問のコンテキストとしては、それをどこに置いておく価値があるかということは十分に重要だと思います。もちろん、IMO。
Jon Skeet 2017年

回答:


2874

C#言語のバージョン履歴:

これらは、この記事の執筆時点で知られているC#バージョンです

OPの質問への回答:

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#言語バージョンで追加された機能今後実装される、または最近実装された言語機能を追跡するページもあります


26
並行コレクションを含めることを提案した人には、これはフレームワーク機能ではなく、言語機能のリストです。WPFなどについて言及していないことに注意してください
Jon Skeet

3
@nawfal:Roslynはそれとは無関係です-.NETネイティブはやや分離しています。しかし、基本的には、はい、私はそれはまだ4だと信じて
ジョンスキート

3
@nawfal:言語の変更でCLRを変更する必要はありません。
Jon Skeet、

9
@alper:Unityは、.NETフレームワークやランタイムの特定のバージョンほどC#の特定のバージョンではありません。IIRC、それはCLR v2で効果的ですが、.NET 3.5のいくつかの側面があるかもしれません。
Jon Skeet

3
@markmnl:プロジェクトには通常、指定されたC#バージョン番号ありません...同じプロジェクトを異なるバージョンのVisual Studioで開いて、同じコードが1つで機能し、別のバージョンでは機能しない場合があります。C#のバージョンを制限できます、これはセマンティックベースではなく構文ベースで行われます。しかし、はい、Visual Studio 2015で.NET 4を対象とするプロジェクトを作成すると、ほとんどのC#6機能を使用できます...
Jon Skeet

328

これは、ここでのほとんどの回答と同じですが、簡単にするために表形式で表示され、完全を期すために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のバージョンと依存関係」を参照してください。


7
.NET Coreバージョンについてはどうですか?
Pac0

1
@ Pac0 .NET Core開発はVS開発からほとんど独立しており、追跡するのが困難です(オープンソースであるため)。実際、VS、.NET、.NET Coreのすべてが非常に高速に反復しています。
nawfal

C#8.0およびNET Framework 4.8とVS 2019 Community?1)developercommunity.visualstudio.com/idea/612733/... 2)stackoverflow.com/questions/56651472/...
Kiquenet

303

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の構文と機能をサポートしています。


195
  • C#1.0とVisual Studio.NET

  • C#2.0とVisual Studio 2005

  • C#3.0とVisual Studio 2008

  • C#4.0とVisual Studio 2010

  • C#5.0とVisual Studio 2012

  • C#6.0とVisual Studio 2015

  • C#7.0とVisual Studio 2017

  • C#8.0とVisual Studio 2019


83

バージョン_____言語仕様______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でリリース


8
2002年12月にどこからC#2.0言語仕様を入手しましたか?2006年6月のC#4も同様ですか?完全に異なるECMAエディションについて話していませんか?
Jon Skeet

4
ただ、次のリンク参照してください en.wikipedia.org/wiki/C_Sharp_(programming_language)
Pramodh

64

C#バージョン履歴:

C#は、Microsoftが開発したシンプルで強力なオブジェクト指向プログラミング言語です。

C#は、2002年の最初のリリースから大幅に進化しました。C#は.NET Framework 1.0で導入されました。

次の表に、C#の各バージョンで導入された重要な機能を示します。

そして、C#の最新バージョンが利用可能であるC#のバージョン

1ここに画像の説明を入力してください


54

この表のほとんどのバージョンをまとめました。欠けているのは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)はいつリリースされる予定ですか?

バージョン


1
正直に言うと、同じ表にMVCが含まれていることが役立つかどうかはわかりませんが、効果的には別のリリーススケジュールに基づいています。
Jon Skeet 2017年

@Jonこれは真実です。必要な可能性のある人のためにここに追加するだけです。対応する.NETフレームワークのリリース日を見つけようとしたので、バージョン履歴全体をよりよく理解できます。
2017年


37

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.0Visual C#2005の同義語です

C#3.0は以下に対応します(より正確には、ターゲティングできます)。


3
いいえ。本当にその番号付けを使用したい場合、.NET 3.5に対応するC#は「Visual C#2008」という名前になります。C#3.0の機能は「Visual C#2008」で導入されたため、リンク先のページでは「Visual C#2008のオリジナルリリースバージョンの新機能」にあります。たとえば、Monoを使用してビルドしている場合はほとんど意味がないため、Visual Studioのバージョン番号を使用することは一般的に悪い考えです。C#言語には明確に指定されたバージョン番号があります...どのVisual C#製品が最初にそのバージョンのC#を導入したかはわかっていますが、同じものではありません。
ジョンスキート2013年

@JonSkeet、いいえ、私はしません。あなた(と他の回答者)にあなたの答えを更新してもらいたいと思っていましたが、私のコメントが長くなりすぎたので、私はその時答えとして置くことにしました。情報をありがとう
Gennady VaninГеннадийВанин

私はC#3.0は、VS 2005上で実行できると思ういけない
nawfal

7

C#1.0-Visual Studio .NET 2002

Classes
Structs
Interfaces
Events
Properties
Delegates
Expressions
Statements
Attributes
Literals

C#1.2-Visual Studio .NET 2003

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

C#3-Visual Studio 2008

Implicitly typed local variables
Object and collection initializers
Auto-Implemented properties
Anonymous types
Extension methods
Query expressions
Lambda expression
Expression trees
Partial methods

C#4-Visual Studio 2010

Dynamic binding
Named and optional arguments
Co- and Contra-variance for generic delegates and interfaces
Embedded interop types ("NoPIA")

C#5-Visual Studio 2012

    Asynchronous methods
    Caller info attributes

C#6-Visual Studio 2015

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

C#7.0-Visual Studio 2017

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

C#7.1-Visual Studio 2017バージョン15.3

Async main
Default expressions
Reference assemblies
Inferred tuple element names
Pattern-matching with generics

C#7.2-Visual Studio 2017バージョン15.5

Span and ref-like types
In parameters and readonly references
Ref conditional
Non-trailing named arguments
Private protected accessibility
Digit separator after base specifier

C#7.3-Visual Studio 2017バージョン15.7

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.

C#8.0-.NET Core 3.0およびVisual Studio 2019バージョン16.3

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


2

C#8.0はc#の最新バージョンです。.NETCore 3.x以降のバージョンでのみサポートされています。最新の機能の多くは、.NET Core 3.xで導入されたライブラリおよびランタイム機能を必要とします

次の表に、ターゲットフレームワークとそのバージョン、およびデフォルトのC#バージョンを示します。

ターゲットフレームワークを使用したC#言語バージョン

ソース-C#言語のバージョン管理


「最新の機能の多くは、.NET Core 3.xで導入されたライブラリおよびランタイム機能を必要とします」-実際にはそれほど多くはありません。デフォルトのメソッドの実装は本当にランタイムサポートを必要とし、NULL可能参照型は間違いなく良い仕事の注釈付きのフレームワークを対象とする場合、しかし特徴はせずに、全体的な動作します。
Jon Skeet
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.