If a warning is issued by the <Warning> MSBuild task, then BCC-MSBuildLog will crash when parsing that warning since it is coming from a file that isn't a subdirectory of the source directory.
The warning should either be ignored, or parsed and put into a general section that isn't tied to specific files.
If a warning is issued by the
<Warning>MSBuild task, then BCC-MSBuildLog will crash when parsing that warning since it is coming from a file that isn't a subdirectory of the source directory.The warning should either be ignored, or parsed and put into a general section that isn't tied to specific files.