-
-
Notifications
You must be signed in to change notification settings - Fork 45
C# - Missing keywords #96
Copy link
Copy link
Open
Labels
future releaseupstreamAn issue caused by highlight.js' logic or source filesAn issue caused by highlight.js' logic or source files
Metadata
Metadata
Assignees
Labels
future releaseupstreamAn issue caused by highlight.js' logic or source filesAn issue caused by highlight.js' logic or source files
I noticed some missing keywords from the latest versions of C#:
Example:
public record Movie(string Title);Example:
var m = a with { Name = "Test"}These were new keywords added in .NET 5 / C# 9. I'm kinda guessing there might be other missing keywords from the latest versions. I haven't noticed any, just these two.
For reference: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/