Skip to content

C# support: enhance IsDebug to work with .csproj files

In C# project files debugging is configured using a <DebugType> tag instead of a <DebugInformationFormat> like it is done in C++ projects. In addition DebugType may have a value none, so checking for existence is not sufficient but the value has to be checked as well.

Merge request reports