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
