melanchall / drywetmidi

.NET library to read, write, process MIDI files and to work with MIDI devices

Home Page:https://melanchall.github.io/drywetmidi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Test project after last update

valimaties opened this issue · comments

Hi. I'm getting two errors from InputDevice and OutputDevice in Test project after I fetched my forked DryWetMidi, about TestCheckpoints. Here's a screenshot:

DryWetMidiTestProjectError

Hi,

TestCheckpoints will work only in two build configurations: DebugTest and ReleaseTest. You can see this in code here:

So just use one of the build configurations I've shown above.

As long as I use the main project, it's ok. You know better what to do! 🙌