fluentassertions.aspnetcore.mvc
fluentassertions.aspnetcore.mvc copied to clipboard
Fluent Assertions extensions for ASP.NET Core MVC
- `BeRedirectToPageResult()` has a full set of `With*()` methods similar to assertions like `BeRedirectToActionResult()` - `BePageResult()` has no `With*()` methods as `PageModel.Page` returns a new `PageResult` without setting any properties
Appveyor failed with the following error: Error publishing package. NuGet server returned 403: The specified API key is invalid, has expired, or does not have permission to access the specified...
Continuation of #21 Instead of having to write ```cs ActionResult result = await _controller.GetTestItemAsync(id); result.Result.Should().BeNotFoundResult(); ``` I'd like to write ```cs ActionResult result = await _controller.GetTestItemAsync(id); result.Should().BeNotFoundResult(); ```
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
It seems they dropped support for .NET 3.X in this release, so the solution may be as simple as building library with a newer version of .NET