7 Commits

Author SHA1 Message Date
Kevin Pilch 5e3aa442b8 Convert to .NET Core 3.0 2018-12-01 12:46:52 -08:00
Matt Warren cd411e5d56 support running selected tests 2016-10-29 02:33:26 +00:00
Dustin Campbell 9ff7831bff Add Assembly->Recent submenu 2016-05-20 11:11:23 -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
Dustin Campbell 135eccb795 Save and restore the position of the Main window
It's pretty annoying that the XUnit runner always starts with the same width and height. This
change adds code to save and restore the position. It uses the Win32 `GetWindowPlacement` and
`SetWindowPlacement` APIs to ensure that the normal position is properly saved and restored
regardless of whether the window is maximized or not.
2015-12-03 08:37:59 -08:00
Kevin Pilch-Bisson 4e22e89d6e Load assemblies from command line on startup
Also, display a dialog while loading

Fixes #10
2015-08-15 20:27:31 -07:00
Kevin Pilch-Bisson 4f28b008d3 Add default wpf project 2015-08-08 15:36:01 -07:00