-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Labels
area: metaIssues around high-level/organizational topicsIssues around high-level/organizational topicsstate: releasedIssues that are releasedIssues that are releasedtype: bugIssues that describe misbehaving functionalityIssues that describe misbehaving functionality
Description
Describe the bug
On first usage of this library, we have the README of the repo as guidance and nothing else.
this readme has example of how to use the abstractions in a class, but no example of how to provide the backing type.
To Reproduce
- In a new project add only TestableIO.System.IO.Abstractions as the readme would suggest
- Create a class like in the example in readme
- Try providing the FileSystem type, it doesnt exist, google searchs seem to indicate it should
Expected behavior
Need add some reference in the README (or add wiki) to the TestableIO.System.IO.Abstractions.Wrappers nuget which adds the relevant classes to actually allow running code and not just tests.
Additional context
Hopefully I have not missed some obvious section in some readme or some other place that mentions this,
though I still think it should be added to README file
Metadata
Metadata
Assignees
Labels
area: metaIssues around high-level/organizational topicsIssues around high-level/organizational topicsstate: releasedIssues that are releasedIssues that are releasedtype: bugIssues that describe misbehaving functionalityIssues that describe misbehaving functionality