Pilchie / xunit.runner.wpf

XUnit Gui written in WPF
Apache License 2.0
44 stars 41 forks source link

Autoreload #74

Closed 333fred closed 7 years ago

333fred commented 7 years ago

This PR adds autoreloading of test assemblies (on by default), using the FileSystemWatcher Windows api to do the notification.

333fred commented 7 years ago

@Pilchie does appveyor not have 2017?

Pilchie commented 7 years ago

Not sure. If it does, my config might need tweaking. Will look tomorrow.

Pilchie commented 7 years ago

Alternatively, you could reference the compiler nuget.

333fred commented 7 years ago

@Pilchie from what I saw, they do have an image, it should be as simple as selecting that as the base image.

sharwell commented 7 years ago

@333fred You can set the image in appveyor.yml if you add one.

333fred commented 7 years ago

Just moved to the compilers nuget package. I don't know the rest of Kevin's appveyor settings, and from what I see of the docs the yaml will override them.