C#的正确版本号是多少?


2529

C#的正确版本号是多少?什么时候出来的?为什么找不到关于C#3.5的任何答案?

这个问题主要是为了帮助那些使用错误版本号(例如C#3.5)搜索答案的人。希望没有找到正确版本号的答案的人会找到问题,然后使用正确的版本号再次搜索。


74
这是了解所有内容的好资料之一。en.wikipedia.org/wiki/C_Sharp_(programming_language)

1
第二段不应该在注释中而不是问题中,因为它不是问题的一部分
TankorSmash

21
@TankorSmash:作为问题的背景,我认为它非常重要,值得保留在原处。海事组织,当然。
乔恩·斯基特

Answers:


2873

C#语言版本历史记录:

这些是撰写本文时已知的C#版本

  • 随.NET 1.0和VS2002一起发布的C#1.0(2002年1月)
  • C#1.2(非常有用); .NET 1.1和VS2003(2003年4月)发布。第一个版本的呼叫DisposeIEnumerator该实施小号IDisposable。其他一些小功能。
  • C#2.0与.NET 2.0和VS2005一起发布(2005年11月)。主要的新功能:泛型,匿名方法,可为空的类型,迭代器块
  • C#3.0与.NET 3.5和VS2008一起发布(2007年11月)。主要新功能:lambda表达式,扩展方法,表达式树,匿名类型,隐式键入(var),查询表达式
  • C#4.0与.NET 4和VS2010一起发布(2010年4月)。主要的新功能:后期绑定(dynamic),委托和接口泛型方差,更多的COM支持,命名参数,元组数据类型和可选参数
  • C#5.0与.NET 4.5和VS2012一起发布(2012年8月)。主要功能:异步编程,呼叫者信息属性。突破性变化:循环变量闭包
  • C#6.0与.NET 4.6和VS2015一起发布(2015年7月)。由Roslyn实现。功能:用于自动实现属性的初始化程序,使用指令导入静态成员,异常过滤器,元素初始化程序,集合初始化程序中的awaitin catchfinally扩展Add方法。
  • C#7.0与.NET 4.7和VS2017一起发布(2017年3月)。主要的新功能元组ref本地和ref返回模式匹配(包括基于模式的switch语句),内联out参数声明局部函数二进制文字,数字分隔符任意异步返回
  • 随VS2017 v15.3(2017年8月)一起发布的C#7.1新功能:异步main元组成员名称推断默认表达式与泛型的模式匹配
  • 随VS2017 v15.5一起发布的C#7.2(2017年11月)新功能:私有受保护的访问修饰符Span <T>,aka内部指针,aka stackonly结构其他所有内容
  • 随VS2017 v15.7一起发布的C#7.3(2018年5月)。新功能:枚举,委托和unmanaged泛型类型约束ref重新分配。不安全的改进:stackalloc初始化,未固定的索引fixed缓冲区,自定义fixed语句。改进的重载分辨率。初始化程序和查询中的表达式变量。==!=为元组定义。自动属性的后备字段现在可以通过属性作为目标。
  • C#8.0与.Net Core 3.0和VS2019 v16.3一起发布(2019年9月)。主要的新功能可为空的引用类型异步流索引和范围只读成员使用声明默认接口方法静态局部函数内插逐字字符串的增强
  • C#9.0仍在预览中。预计与.Net 5一起在2020年11月发布。主要的新功能:仅初始化属性,记录,带表达式,数据类,位置记录,顶级程序,改进的模式匹配(简单类型模式,关系模式,逻辑模式),改进的目标类型(目标类型new表达式,目标类型???),协变量返回。次要功能:放松refpartial修饰符的顺序,参数空检查,lambda丢弃参数,native ints,局部函数的属性,函数指针,静态lambda,扩展GetEnumerator,模块初始化,扩展部分。

针对OP的问题:

C#的正确版本号是多少?什么时候出来的?为什么找不到关于C#3.5的任何答案?

没有C#3.5这样的东西-造成混淆的原因是.NET 3.5中存在C#3.0。但是,语言和框架是独立版本的-CLR也是如此,它是.NET 2.0到3.5的2.0版,尽管引入了CLR 4.0,但Service Pack还是.NET 4。.NET 4.5中的CLR进行了各种改进,但是版本控制尚不清楚:在某些地方,它可能被称为CLR 4.5(例如,此MSDN页面曾经以这种方式引用它),但是该Environment.Version属性仍报告为4.0。 xxx。

截至2017年5月3日,C#语言团队在其GitHub存储库上创建了C#版本和功能的历史记录:C#语言版本中添加的功能。还有一个页面可以跟踪即将到来的和最近实施的语言功能


26
对于建议包括并发集合的人员:这是语言功能列表,而不是框架功能。请注意缺少提及WPF等内容
Jon Skeet 2014年

3
@nawfal:Roslyn与之无关-和.NET本机有些不同。但基本上,是的,我认为它仍然是4
乔恩斯基特

3
@nawfal:所有语言更改均不需要任何CLR更改。
Jon Skeet 2015年

9
@alper:Unity不是C#的特定版本,而是.NET框架和/或运行时的特定版本。IIRC,它在CLR v2上有效,但是可能具有.NET 3.5的某些方面。
乔恩·斯基特

3
@markmnl:一个项目通常没有指定的C#版本号...您可以在Visual Studio的不同版本中打开同一项目,并发现相同的代码在一个版本中有效,但在另一个版本中无效。您可以限制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


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的代码语法/功能相同的方式描述代码语法和支持的功能的版本。

看一下Mono,您会看到Mono 2.0(大多数来自ECMA规范的.NET Framework 2.0版本)都支持C#3.0语法和功能。


195
  • 带有Visual Studio.NET的C#1.0

  • 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; .NET 4.5于2012年8月发布

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版本吗?
乔恩·斯基特


64

C#版本历史:

C#是Microsoft开发的一种简单而强大的面向对象的编程语言。

自2002年首次发布以来,C#有了很大的发展。.NETFramework 1.0引入了C#。

下表列出了每个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 core 1.0和其他核心版本,因为我找不到确切的发布日期。您可以在这里阅读有关ASP.NET Core的发布日期的更多信息:什么时候计划发布ASP.NET Core 1.0(ASP.NET 5 / vNext)?

版


1
老实说,我不确定将MVC放在同一张表中是否有帮助...有效地只是在单独的发布时间表上。
乔恩·斯基特

@Jon这是真的,只是在这里为可能需要它的任何人添加它,因为我确实试图找出.NET框架的相应发行日期,以便我对整个版本历史有更好的了解。
讨巧


37

比较MSDN文章“ C#2.0语言和编译器的新增功能和“ Visual C#2005的新增功能 ”,可以推断出“ C#major_version.minor_version”是根据编译器的版本号创造的。

对应于.NET 1.1和VS 2003的C#1.2,也称为Visual C#.NET 2003

但是进一步,Microsoft停止增加次要版本号(在点后)或使它们不为零0。尽管应注意,与.NET 3.5对应的C#在msdn.microsoft.com中被命名为“ Visual C#2008 Service Pack 1”

有两种并行命名:通过主要的.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的原始发行版中的新增功能”下。但是,通常使用Visual Studio版本号不是一个好主意,例如,当您使用Mono进行构建时,使用它几乎没有意义。C#语言具有明确规定的版本号...我们知道哪种Visual C#产品最初引入了该C#版本,但它们不是同一回事。
乔恩·斯基特

@JonSkeet,不,我不知道。想问你(和另一个回答者)更新你的答案,但是由于我的评论太冗长了,所以我决定将其作为答案。感谢您的信息
纳季·凡宁ГеннадийВанин

我认为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#的最新版本。仅.NET Core 3.x和更高版本支持它。许多最新功能需要.NET Core 3.x中引入的库和运行时功能。

下表列出了目标框架及其版本和默认的C#版本。

具有目标框架的C#语言版本

来源-C#语言版本控制


“许多最新功能需要.NET Core 3.x中引入的库和运行时功能”-确实不是很多。默认方法的实现确实需要运行时支持,并且在将具有注释的框架作为目标时,可为空的引用类型无疑会更好地工作,但是该功能在没有注释的情况下总体上可以工作。
Jon Skeet
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.