Commit 2a50302
committed
implements file system globbing
Adds support for file system globbing using the
`Microsoft.Extensions.FileSystemGlobbing` package. This change
introduces new classes for wrapping file system information and
enables the resolution of file patterns within a given directory.
Also, it refactors the dependency injection configuration using a module.1 parent 21c903d commit 2a50302
2 files changed
+2
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
This file was deleted.
0 commit comments