This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Description
For example if I accidentally put a * in a globbing pattern that does not allow * e.g:
"compileFiles": [ "*.cs" ],
All we show in the error is this without any line number information, or pointers on what's wrong etc. We should print out a more descriptive error with some information on what exactly is wrong.

Expected: compileFile cannot contain wildcard patterns.
@troydai