docs
docs copied to clipboard
Missing valid value 'none' for DebugType
The table for valid values misses the following value?
none
When I set the switch for Debug symbols in Visual Studio to No symbols are emitted, then VS adds the following section into the project file:
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> <DebugType>none</DebugType> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> <DebugType>none</DebugType> </PropertyGroup>
So is this value missing in the documentation as valid value?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 35131307-8d1c-2800-e84a-6179d740982f
- Version Independent ID: 7599b464-9928-88bc-fec1-704ce691b344
- Content: C# Compiler Options - code generation options
- Content Source: docs/csharp/language-reference/compiler-options/code-generation.md
- Product: dotnet-csharp
- Technology: csharp-language-reference
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn
Thanks for spotting this @Birgos
I've added this for us to update.
Should I close this issue?