Kevin Pilch
41c9282023
Update to latest xunit, and target net472 and netstandard2.0
2018-12-02 17:01:12 -08:00
Kevin Pilch
b7293a15f7
Generate AssemblyInfos, get rid of App.config, and change NuGet package to global tool
2018-12-02 16:22:07 -08:00
Kevin Pilch
709b166870
Revert to .NET 4.5.2 and xunit.runner.utility 2.1.0
2018-12-01 12:50:29 -08:00
Kevin Pilch
2251487778
Convert the rest of the projectS
2018-12-01 12:50:29 -08:00
Kevin Pilch
d93c706a3d
Stop using the compiler package
2018-12-01 12:36:23 -08: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