Skip to content

Publish the remaining language spec proposals for features released in C# 8.0 #12772

@jcouv

Description

@jcouv

This is a follow-up on #10725

A few more features have been implemented and shipped in the C# 8.0 preview:

  • default interface members (DIM)
  • readonly members
  • stackalloc in nested contexts
  • unmanaged generic structs
  • static local functions (with new shadowing rules)

Tagging @BillWagner

Looking at the side-bar for the C# doc pages (such as https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/), I see a list of C# 8.0 proposals. We could add DIM and readonly members.

Those two proposals are now part of the csharp-8.0 folder (ie. their stable/final address): dotnet/csharplang#2592

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions