You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
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.
For example if I accidentally put a
*
in a globbing pattern that does not allow*
e.g: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
The text was updated successfully, but these errors were encountered: