Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I submit request for new features in the C# language?

Tags:

c#

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:

Where can I go to submit official requests for new features of the C# language?

like image 760
Randolpho Avatar asked Mar 05 '09 19:03

Randolpho


People also ask

What are the features of C#?

C# is a modern, general-purpose, object-oriented programming language developed by Microsoft. C# is designed for Common Language Infrastructure (CLI), which consists of the executable code and runtime environment that allows the use of various high-level languages on different computer platforms and architectures.

How can I change the language of C#?

To choose the C# language latest versions, In Visual Studio, from the Solution Explorer, right-click on the project and select Properties -> Build Tab. And, then Select Advanced button. This will bring “Advanced Build Settings” windows, where you can check the drop-down option for “Language Version”.


3 Answers

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

Historical places not for current discussion:

  • Roslyn C# Language Design forum
  • Roslyn discussions on C# 6.0, C# 7.0 and beyond

There is also the Visual Studio Uservoice for requests pertaining to Visual Studio specifically

like image 181
Chris Marisic Avatar answered Oct 17 '22 04:10

Chris Marisic


GitHub is the correct place to lodge these requests. Raise them as GitHub issues.

https://github.com/dotnet/csharplang

like image 32
James L Avatar answered Oct 17 '22 05:10

James L


https://connect.microsoft.com/

Update: Connect has been retired. This GitHub repo is now the place to add suggestions.

like image 6
Fredou Avatar answered Oct 17 '22 04:10

Fredou