roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

Need to unify our file system abstractions

Open jaredpar opened this issue 2 years ago • 0 comments

There are several file system abstractions that we use in our unit tests. We should unify them for simplicity and code hygeine:

  • TestableFileSystem
  • StrongNameFileSystem

Need to also consider TouchedFileLogger. The most correct implementation is essentially for it to sit under our file system abstraction and to essentially ban direct use of File. in MS.CA.*

jaredpar avatar Nov 23 '21 17:11 jaredpar