docs icon indicating copy to clipboard operation
docs copied to clipboard

Missing valid value 'none' for DebugType

Open Birgos opened this issue 3 years ago • 1 comments

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.

Birgos avatar Sep 14 '22 13:09 Birgos

Thanks for spotting this @Birgos

I've added this for us to update.

BillWagner avatar Sep 14 '22 17:09 BillWagner

Should I close this issue?

Birgos avatar Oct 05 '22 10:10 Birgos