Posts tagged with: codedom
All TagsFound 1 post tagged with "codedom"
-
CodeDomProvider and Compiler Warning Levels
By default, the CodeDomProvider does not return warning messages in the CompilerResults that are returned when compiling code in Visual Studio. The default warning level is 4, and you can use CompilerParameters.WarningLevel to set the warning level and CompilerParameters.TreatWarningsAsErrors to abort the compilation for warnings.