Make `Scripts` an instance class, not `static`
Open
- Dominant language
- C#
- Stars
- 25
- Forks
- 10
- Avg merge
- 12h 50m
- Merged PRs (30d)
- 10
Description
The `Scripts` class is currently a static class which is causing issues when trying to test certain scenarios. #70 is an example of that. Converting the class to an instance class will resolve that issue and also make testing without the file system easier, except where the called command makes changes to files.
Contributor guide
Assessment
This issue has not been assessed yet.