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

前端 未结 4 1492
走了就别回头了
走了就别回头了 2021-02-18 19:51

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,

相关标签:
4条回答
  • 2021-02-18 20:19

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

    https://github.com/dotnet/csharplang

    0 讨论(0)
  • 2021-02-18 20:22

    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

    0 讨论(0)
  • 2021-02-18 20:23

    https://connect.microsoft.com/

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

    0 讨论(0)
  • 2021-02-18 20:29

    Here is the official user voice channel for suggestions and ideas on the C# language.

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

    0 讨论(0)
提交回复
热议问题