Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for ActionResult<T> #35

Open
cremor opened this issue Aug 8, 2023 · 1 comment
Open

Better support for ActionResult<T> #35

cremor opened this issue Aug 8, 2023 · 1 comment

Comments

@cremor
Copy link

cremor commented Aug 8, 2023

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();
@faddiv
Copy link
Collaborator

faddiv commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants