dotnet / dotnet/xcsync

Make `Scripts` an instance class, not `static`

Open
#132 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.