Updated Available C# and .NET features (markdown)
parent
b0cc64c3ff
commit
948d96b88f
|
@ -141,3 +141,5 @@ LINQ's [query expression syntax](https://docs.microsoft.com/en-us/dotnet/csharp/
|
|||
[`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
|
||||
|
||||
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.
|
Loading…
Reference in New Issue