Kevin Kuszyk
Kevin Kuszyk
Should windows auth be working without a username and password? I can only make it work when my config looks like this: ``` js var config = { server: 'localhost',...
Just a couple of suggestions on the AppVeyor: - It would be good to put the badge on the readme. - And switch on status checks and building of PRs...
The tests run fine locally with ReSharper, so I think there is an issue with the NUnit runner on the build server. I have muted the tests for now until...
Syntax would look like this: ``` C# var result = controller.Action(model); result.Should().BeRedirectToActionResult(x => x.AnotherMethod()); ```