Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/csharp/whats-new/csharp-version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ C# 8.0 is the first major C# release that specifically targets .NET Core. Some f
- Positional patterns
- [Using declarations](../language-reference/statements/using.md)
- [Static local functions](../programming-guide/classes-and-structs/local-functions.md)
_ [Lambda and local function parameters can shadow names from the enclosing scope](../language-reference/declarations/scope.md)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure where you intended this to link to, but this file doesn't exist.

- [Disposable ref structs](../language-reference/builtin-types/ref-struct.md)
- [Nullable reference types](../language-reference/builtin-types/nullable-reference-types.md)
- [Asynchronous streams](../language-reference/statements/iteration-statements.md#await-foreach)
Expand Down
Loading