diff --git a/docs/core/tutorials/publishing-with-visual-studio.md b/docs/core/tutorials/publishing-with-visual-studio.md index da30eb7f5058d..d25531e3a53fd 100644 --- a/docs/core/tutorials/publishing-with-visual-studio.md +++ b/docs/core/tutorials/publishing-with-visual-studio.md @@ -2,9 +2,6 @@ title: Publish a .NET console application using Visual Studio description: Learn how to use Visual Studio to create the set of files that are needed to run a .NET application. ms.date: 08/22/2023 -dev_langs: - - "csharp" - - "vb" ms.custom: "vs-dotnet" --- # Tutorial: Publish a .NET console application using Visual Studio diff --git a/docs/core/whats-new/dotnet-core-2-2.md b/docs/core/whats-new/dotnet-core-2-2.md index 48db4fac429cd..0d9c49d531114 100644 --- a/docs/core/whats-new/dotnet-core-2-2.md +++ b/docs/core/whats-new/dotnet-core-2-2.md @@ -3,7 +3,6 @@ title: What's new in .NET Core 2.2 description: Learn about the new features found in .NET Core 2.2. dev_langs: - "csharp" - - "vb" ms.date: 12/04/2018 --- @@ -56,7 +55,6 @@ internal sealed class SimpleEventListener : EventListener In addition, .NET Core 2.2 adds the following two properties to the class to provide additional information about ETW events: - - - ## Data @@ -72,7 +70,6 @@ Starting with .NET Core 2.2, an access token issued by Azure Active Directory ca In .NET Core 2.1, the JIT compiler implemented a new compiler technology, *tiered compilation*, as an opt-in feature. The goal of tiered compilation is improved performance. One of the important tasks performed by the JIT compiler is optimizing code execution. For little-used code paths, however, the compiler may spend more time optimizing code than the runtime spends executing unoptimized code. Tiered compilation introduces two stages in JIT compilation: - A **first tier**, which generates code as quickly as possible. - - A **second tier**, which generates optimized code for those methods that are executed frequently. The second tier of compilation is performed in parallel for enhanced performance. For information on the performance improvement that can result from tiered compilation, see [Announcing .NET Core 2.2 Preview 2](https://devblogs.microsoft.com/dotnet/announcing-net-core-2-2-preview-2/). diff --git a/docs/standard/serialization/system-text-json/source-generation.md b/docs/standard/serialization/system-text-json/source-generation.md index 47df6ce616ba0..2507fd90ca371 100644 --- a/docs/standard/serialization/system-text-json/source-generation.md +++ b/docs/standard/serialization/system-text-json/source-generation.md @@ -5,7 +5,6 @@ ms.date: 10/09/2023 no-loc: [System.Text.Json] dev_langs: - "csharp" - - "vb" helpviewer_keywords: - "JSON serialization" - "serializing objects"