We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ActionResult<T>
Continuation of #21
Instead of having to write
ActionResult<TestDto> result = await _controller.GetTestItemAsync(id); result.Result.Should().BeNotFoundResult();
I'd like to write
ActionResult<TestDto> result = await _controller.GetTestItemAsync(id); result.Should().BeNotFoundResult();
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.
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.