Skip to content

Is it necessary to open console windows in run-tests? #558

Closed
@jongleur1983

Description

@jongleur1983

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of ImageSharp
  • I have verified if the problem exist in both DEBUG and RELEASE mode
  • I have searched open and closed issues to ensure it has not already been reported

Description

the run-tests.ps1 script is used to run the unit tests.
When I run it from a powershell console window (on Windows10) repeatingly other windows pop up for some fraction of a second. These windows look like cmd console windows or similar, but I'm not sure as they close immediately.

My issue with that is: While tests are running I often would like to do other stuff in parallel, but those flashing windows not only are visually disturbing, they steal the keyboard input focus as well.

I'm not sure where they're originating, but it would be great if we could either hide them or get them opening in background instead.

Steps to Reproduce

  • open PowerShell
  • build ImageSharp
  • run tests (I used net471 as framework)

System Configuration

  • ImageSharp version: current master branch
  • Other ImageSharp packages and versions:
  • Environment (Operating system, version and so on): Windows10, fresh April Update
  • .NET Framework version:
  • Additional information:

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