Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

File globbing should support pattern checks #194

@victorhurdugaci

Description

@victorhurdugaci

Today you cannot check if if a path matches a pattern without executing the globbing pattern (aka going to disk). This slows down dotnet watch a lot because on every file change it has to go to the disk, fetch all files and the see if the changed file is in the resulting list.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions