-
Notifications
You must be signed in to change notification settings - Fork 267
docs: Add comprehensive documentation about relationship with Testably.Abstractions #1326
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
Conversation
|
@vbreuss 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: vbreuss <3438234+vbreuss@users.noreply.github.com>
Co-authored-by: vbreuss <3438234+vbreuss@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
…ix-1325 # Conflicts: # README.md
b888366 to
606084c
Compare
|
|
This is addressed in release v22.0.16. |



This PR adds a detailed section to the README explaining the relationship between
TestableIO.System.IO.AbstractionsandTestably.Abstractions, addressing community questions about the differences and migration path between these two testing libraries.What's Added
The new "Relationship with Testably.Abstractions" section covers:
ITimeSystem), random system abstractions (IRandomSystem), drive management, FileSystemWatcher support, and SafeFileHandle operationsTestableIO.System.IO.Abstractions.TestingHelperstoTestably.Abstractions.TestingAdditionally, the PR includes a "Contributing" section with pull request title guidelines to help contributors format their PR titles consistently using conventional commit prefixes (
fix:,feat:,refactor:,docs:,chore:).Why This Matters
Users often wonder about the relationship between these projects and which one to choose. This documentation provides clear guidance on:
The documentation makes it clear that both libraries will continue to be maintained, but new feature development is focused on Testably.Abstractions.
Fixes #1325.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.