From 948d96b88f6ff607ee491fb3c71442a69ea27cf5 Mon Sep 17 00:00:00 2001 From: James Groom Date: Fri, 8 Nov 2024 22:07:19 +1000 Subject: [PATCH] Updated Available C# and .NET features (markdown) --- Available-C#-and-.NET-features.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Available-C#-and-.NET-features.md b/Available-C#-and-.NET-features.md index 7e69fd6..18d6d39 100644 --- a/Available-C#-and-.NET-features.md +++ b/Available-C#-and-.NET-features.md @@ -140,4 +140,6 @@ LINQ's [query expression syntax](https://docs.microsoft.com/en-us/dotnet/csharp/ ^ C# 2 ^ | 🔵 `net48` | 🟢 `ns2.0` | --- [`using` alias](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-directive#using-alias) | ✔️ | ✔️ | discouraged unless there's a conflict [delegate constructors](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/delegates/how-to-declare-instantiate-and-use-a-delegate) | ✔️ | ✔️ | disallowed -[`unsafe`](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code) (pointers etc.) | ✔️ | ✔️ | discouraged \ No newline at end of file +[`unsafe`](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code) (pointers etc.) | ✔️ | ✔️ | discouraged + +The official C# version history is [here](https://github.com/dotnet/csharplang/blob/main/Language-Version-History.md), with [this separate list](https://github.com/dotnet/roslyn/blob/main/docs/Language%20Feature%20Status.md) for vNext. \ No newline at end of file