I know Microsoft has a forum similar to uservoice.com for feature and bug submissions, but it has slipped my mind and my google-fu is fail this afternoon. Then I thought... hey, what a great question for Stack Overflow! So:
我知道微软有一个类似于uservoice.com的论坛,用于提供功能和错误提交,但它已经让我不知所措,我的google-fu今天下午失败了。然后我想......嘿,Stack Overflow真是一个很棒的问题!所以:
Where can I go to submit official requests for new features of the C# language?
我在哪里可以提交C#语言新功能的官方请求?
4 个解决方案
#1
GitHub is now the correct place to lodge such requests. Raise new requests as GitHub issues.
GitHub现在是提出此类请求的正确位置。随着GitHub问题提出新请求。
#2
GitHub Issues:
- C# language
- VB language
- C# cross cutting VB
- Roslyn discussions on the Rosyln compiler (only)
- CoreFX This includes things like System.Collections, System.IO for .NET Core (.NET Core 2.0)
- CoreCLR This covers RyuJIT, GC and mscorlib for .NET Core (.NET Core 2.0)
- ASP.NET Core This is for ASP.NET Core (.NET Core 2.0)
- ASP.NET 4.7 - unknown
C#cross cutting VB
关于Rosyln编译器的Roslyn讨论(仅限)
CoreFX这包括System.Collections,System.IO for .NET Core(.NET Core 2.0)之类的东西
CoreCLR这包括用于.NET Core的RyuJIT,GC和mscorlib(.NET Core 2.0)
ASP.NET Core这适用于ASP.NET Core(.NET Core 2.0)
ASP.NET 4.7 - 未知
Historical places not for current discussion:
不适用于当前讨论的历史场所:
-
Roslyn C# Language Design forum -
Roslyn discussions on C# 6.0, C# 7.0 and beyond
Roslyn C#语言设计论坛
Roslyn关于C#6.0,C#7.0及更高版本的讨论
There is also the Visual Studio Uservoice for requests pertaining to Visual Studio specifically
还有Visual Studio Uservoice专门针对Visual Studio的请求
#4
Here is the official user voice channel for suggestions and ideas on the C# language.
以下是用于C#语言的建议和想法的官方用户语音通道。
#1
GitHub is now the correct place to lodge such requests. Raise new requests as GitHub issues.
GitHub现在是提出此类请求的正确位置。随着GitHub问题提出新请求。
#2
GitHub Issues:
- C# language
- VB language
- C# cross cutting VB
- Roslyn discussions on the Rosyln compiler (only)
- CoreFX This includes things like System.Collections, System.IO for .NET Core (.NET Core 2.0)
- CoreCLR This covers RyuJIT, GC and mscorlib for .NET Core (.NET Core 2.0)
- ASP.NET Core This is for ASP.NET Core (.NET Core 2.0)
- ASP.NET 4.7 - unknown
C#cross cutting VB
关于Rosyln编译器的Roslyn讨论(仅限)
CoreFX这包括System.Collections,System.IO for .NET Core(.NET Core 2.0)之类的东西
CoreCLR这包括用于.NET Core的RyuJIT,GC和mscorlib(.NET Core 2.0)
ASP.NET Core这适用于ASP.NET Core(.NET Core 2.0)
ASP.NET 4.7 - 未知
Historical places not for current discussion:
不适用于当前讨论的历史场所:
-
Roslyn C# Language Design forum -
Roslyn discussions on C# 6.0, C# 7.0 and beyond
Roslyn C#语言设计论坛
Roslyn关于C#6.0,C#7.0及更高版本的讨论
There is also the Visual Studio Uservoice for requests pertaining to Visual Studio specifically
还有Visual Studio Uservoice专门针对Visual Studio的请求
#3
#4
Here is the official user voice channel for suggestions and ideas on the C# language.
以下是用于C#语言的建议和想法的官方用户语音通道。