From f2e2b32d7fbe984d8c19f6a60ff1e84e2b0635ea Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Tue, 4 Jun 2024 10:14:03 +0200 Subject: [PATCH] Add alias any type devblog link The description is abstract-descriptive. The specification is very technical. Given how verbose the devblog is with a full walkthrough on an example project, I put the reference after, in a separate sentence. --- docs/csharp/whats-new/csharp-12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/whats-new/csharp-12.md b/docs/csharp/whats-new/csharp-12.md index a64021eea478d..d3b37c628d420 100644 --- a/docs/csharp/whats-new/csharp-12.md +++ b/docs/csharp/whats-new/csharp-12.md @@ -103,7 +103,7 @@ You can learn more about default parameters on lambda expressions in the article ## Alias any type -You can use the `using` alias directive to alias any type, not just named types. That means you can create semantic aliases for tuple types, array types, pointer types, or other unsafe types. For more information, see the [feature specification](~/_csharplang/proposals/csharp-12.0/using-alias-types.md). +You can use the `using` alias directive to alias any type, not just named types. That means you can create semantic aliases for tuple types, array types, pointer types, or other unsafe types. For more information, see the [feature specification](~/_csharplang/proposals/csharp-12.0/using-alias-types.md). For an example refactoring walkthrough, see [Refactor your code using alias any type on the .NET blog](https://devblogs.microsoft.com/dotnet/refactor-your-code-using-alias-any-type/). ## Inline arrays