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

Need a more descriptive message when an incorrect file globbing pattern is entered #1548

@Praburaj

Description

@Praburaj

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.

image

Expected: compileFile cannot contain wildcard patterns.

@troydai

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions