close
Skip to content

Replace TraceWriter with an Interface to improve code testability #293

@cmatskas

Description

@cmatskas

At the moment Functions in C# take a TraceWriter as a method parameter. This means that testing locally becomes a challenge as it's very hard to mock this. Ideally the method parameter should be an interface like ILogger that allows to easily mock this during testing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions