News

Microsoft Opens Up C# Standardization Work

C# standardization is now being carried out in an open source GitHub repo that details ongoing work to document the standard for the latest C# language versions.

The goal of the move, which brings the work out into the open under the direction of the .NET Foundation, is a more accurate standard for those versions. The foundation is an independent, non-profit organization supporting an open-source ecosystem around the .NET platform.

"Moving the standards work into the open, under the .NET Foundation, makes it easier for standardization work," Microsoft said in an April 5 blog post. "Everything from language innovation and feature design through implementation and on to standardization now takes place in the open."

The new GitHub repo is a huge list of just about everything to do with C#, from tokens to statements to namespaces. For example, here's part of the section on keywords:

C# Keywords
[Click on image for larger view.] C# Keywords (source: GitHub).

Proposed C# language standards will still be proposed by the ECMA C# standards committee (TC-49-TG2), with the change effectively just making the work more transparent by providing a public working space for the committee. That means C# developers can pose public questions to the language design team, compiler implementers and the standards committee.

TC49-TG2
[Click on image for larger view.] TC49-TG2 (source: ECMA International).

"You can see work in progress on the standard text for C# 6," Microsoft said. "This work merges the draft spec currently hosted in the csharplang repository with the current C# 5.0 standard text. Work on incorporating the C# 7 features is taking place as well. See the C# 7 draft branch for progress."

Because Microsoft earlier open sourced C# compilers and subsequently split off another GitHub repo for the innovation and evolution of C#, there are now three such repos dedicated to the company's flagship programming language:

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube