Continuation of #21 Instead of having to write ```cs ActionResult<TestDto> result = await _controller.GetTestItemAsync(id); result.Result.Should().BeNotFoundResult(); ``` I'd like to write ```cs ActionResult<TestDto> result = await _controller.GetTestItemAsync(id); result.Should().BeNotFoundResult(); ```
Activity
faddiv commentedon Aug 11, 2023
I never got the admin privilege on the nuget package. Also, I didn't use this for a long time. I'm afraid this project died.