Skip to content

Commit 4902730

Browse files
author
R9 Fundamentals
committed
fixes
1 parent f7cfad7 commit 4902730

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

docs/core/diagnostics/metrics-generator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The code generator runs at build time and provides an implementation of these me
4444
types.
4545

4646
:::code language="csharp" source="snippets/MetricsGen/MetricConstants.cs" id="snippet_metricConstants":::
47+
4748
:::code language="csharp" source="snippets/MetricsGen/Metris.cs" id="snippet_Metrics" :::
4849

4950
The previous declaration automatically returns the following:

docs/core/diagnostics/snippets/MetricsGen/MetricsGen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
4+
<OutputType>Library</OutputType>
55
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

docs/core/diagnostics/snippets/MetricsGen/Program.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)