Skip to content

File system abstractions? #14

@qmfrederik

Description

@qmfrederik

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions