-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I want to write unit tests for the ResourceBuilder class. It's heavily dependent on the file system, so unit testing it currently requires creating an on-disk directory structure which mimics a Bundle.
I've used System.IO.Abstractions (not a Microsoft package) in the past. It allows you to abstract away (and mock) the file system.
It would require making CodeSign dependent on System.IO.Abstractions so wanted to check with you first.
Metadata
Metadata
Assignees
Labels
No labels