Skip to content

Commit 96deeaa

Browse files
authored
remove extra dev lang metadata (#45876)
1 parent bb4f8d3 commit 96deeaa

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

docs/core/tutorials/publishing-with-visual-studio.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Publish a .NET console application using Visual Studio
33
description: Learn how to use Visual Studio to create the set of files that are needed to run a .NET application.
44
ms.date: 08/22/2023
5-
dev_langs:
6-
- "csharp"
7-
- "vb"
85
ms.custom: "vs-dotnet"
96
---
107
# Tutorial: Publish a .NET console application using Visual Studio

docs/core/whats-new/dotnet-core-2-2.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: What's new in .NET Core 2.2
33
description: Learn about the new features found in .NET Core 2.2.
44
dev_langs:
55
- "csharp"
6-
- "vb"
76
ms.date: 12/04/2018
87
---
98

@@ -56,7 +55,6 @@ internal sealed class SimpleEventListener : EventListener
5655
In addition, .NET Core 2.2 adds the following two properties to the <xref:System.Diagnostics.Tracing.EventWrittenEventArgs> class to provide additional information about ETW events:
5756

5857
- <xref:System.Diagnostics.Tracing.EventWrittenEventArgs.OSThreadId?displayProperty=nameWithType>
59-
6058
- <xref:System.Diagnostics.Tracing.EventWrittenEventArgs.TimeStamp?displayProperty=nameWithType>
6159

6260
## Data
@@ -72,7 +70,6 @@ Starting with .NET Core 2.2, an access token issued by Azure Active Directory ca
7270
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:
7371

7472
- A **first tier**, which generates code as quickly as possible.
75-
7673
- 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.
7774

7875
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/).

docs/standard/serialization/system-text-json/source-generation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.date: 10/09/2023
55
no-loc: [System.Text.Json]
66
dev_langs:
77
- "csharp"
8-
- "vb"
98
helpviewer_keywords:
109
- "JSON serialization"
1110
- "serializing objects"

0 commit comments

Comments
 (0)