Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Static Tools Customization #52

Closed
Werebunny opened this issue Oct 19, 2019 · 1 comment · Fixed by #83
Closed

Enable Static Tools Customization #52

Werebunny opened this issue Oct 19, 2019 · 1 comment · Fixed by #83
Assignees
Labels
enhancement New feature or request

Comments

@Werebunny
Copy link
Member

Expected Behavior

Default Tools can be customized.

Current Behavior

User must create their own custom tools.

Possible Solution

Implement a ReaderWriterLockSlim around them, and allow hints to be added to the Tools at large through delegates.

Additional Information

This will make the library easier to use and customize, instead of having users create their own Tools file with their customized Tools.

@Werebunny Werebunny added the enhancement New feature or request label Oct 19, 2019
@Werebunny Werebunny added this to To do in Create & Track via automation Oct 19, 2019
@Werebunny Werebunny moved this from To do to In progress in Create & Track Oct 19, 2019
@Werebunny Werebunny self-assigned this Oct 19, 2019
@Werebunny
Copy link
Member Author

Because xUnit doesn't have proper assembly init point, another mechanism will be needed. I'm thinking an attribute that can reference rules that the tools look for.

Create & Track automation moved this from In progress to Done Feb 19, 2021
Werebunny added a commit that referenced this issue Feb 19, 2021
Tools with hints can be customized after creation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant