From 3852b0de71385abc6e5c7106b72df7b5ec3d7b00 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:44:04 -0400 Subject: [PATCH] Add a cross-link (#29990) --- aspnetcore/migration/50-to-60.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/migration/50-to-60.md b/aspnetcore/migration/50-to-60.md index 39efddd76b..8ea018d537 100644 --- a/aspnetcore/migration/50-to-60.md +++ b/aspnetcore/migration/50-to-60.md @@ -350,6 +350,7 @@ For more information on NRTs, the MSBuild `Nullable` property, and updating apps * [Learn techniques to resolve nullable warnings](/dotnet/csharp/nullable-warnings) * [Update a codebase with nullable reference types to improve null diagnostic warnings](/dotnet/csharp/nullable-migration-strategies) * [Attributes for null-state static analysis](/dotnet/csharp/language-reference/attributes/nullable-analysis) +* [! (null-forgiving) operator (C# reference)](/dotnet/csharp/language-reference/operators/null-forgiving) ## ASP.NET Core Module (ANCM)