Commit Graph

8 Commits

Author SHA1 Message Date
Kevin Pilch a10c13626c Remove compilers package 2018-05-05 15:22:08 -07:00
Fredric Silberberg 39c5a33d56 Use Microsoft.Net.Compilers, update all base system libraries 2017-06-02 16:40:48 -07:00
Dustin Campbell d4122f3a0c Correct namespaces to be pascal-cased
Conflicts:
	xunit.runner.wpf/ViewModel/MainViewModel.cs
2015-12-06 10:56:21 -08:00
Jared Parsons a3cfe6c3c5 Respond to PR feedback 2015-08-21 13:45:43 -07:00
Jared Parsons 9d8850c98f Remove exceptions is standard workflow
Added markers to the IPC stream so the client knows when to stop
reading.  The previous behavior was to just read until the pipe was
empty and swallow the exception.
2015-08-19 17:00:49 -07:00
Jared Parsons af4d141bcc Worker can now run tests 2015-08-19 12:23:11 -07:00
Jared Parsons f367f9c01f Factor discover to a better interface
The discover process still needs a ton of work but this at least puts it
behind a slightly better interface.
2015-08-19 11:07:45 -07:00
Jared Parsons 2c634c042b Simple exe for discovery 2015-08-18 23:52:40 -07:00