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.
DNU file globbing is case sensitive on Windows #1645
Closed
Description
It looks like DNX was changed recently that made paths to be case sensitive (See https://github.com/aspnet/xunit/commit/91d7568fb13201f3f3f427edbc0e07cf36982102). This is not very intuitive on Windows (or other platforms where paths are case insensitve) since ls
-ing these paths return results, but DNU fails to match these paths. E.g.
{ "compile": ["../Foo.cs"] }
with the file on disk being named foo.cs
does not include the file.