Skip to content

InProcessVsTestConsoleWrapper creates a VsTestConsoleProcessManager but doesn't Dispose() it #5117

@omajid

Description

@omajid

var args = new VsTestConsoleProcessManager(someExistingFile).BuildArguments(consoleParameters);

The VsTestConsoleProcessManager is an IDisposable, but it's never disposed in this piece of code.

Does it need to be Dispose()d or is it safe to ignore?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions