dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.28k stars 5.91k forks source link

Magnify predefined symbols DEBUG and TRACE #40074

Open BillWagner opened 8 months ago

BillWagner commented 8 months ago

Type of issue

Other (describe below)

Description

The predefined symbols DEBUG and TRACE aren't included in the TFM table, but are noted in prose below it. Instead, it should be more prominent when those symbols are defined.

We could possibly also defer to the MSBuild does for the predefined symbols. and DEFINE* properties.

Page URL

https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives

Content source URL

https://github.com/dotnet/docs/blob/main/docs/csharp/language-reference/preprocessor-directives.md

Document Version Independent Id

501be68d-5ad0-18d9-8958-54215bb57fc0

Article author

@BillWagner

Metadata

BartoszKlonowski commented 6 months ago

@BillWagner I will work on this!

BillWagner commented 6 months ago

Thanks @BartoszKlonowski

I've assigned this to you.