Result
Result copied to clipboard
ToResultAction() not showing as an option for a variable of type Result
For some reason, I am unable to use ToActionResult() on a Result type in a controller class that inherits from ControllerBase. It's not an option in Intellisense.
But it's available on the controller instance if I use this syntax: this.ToActionResult(test). I am referencing Ardalis.Result.AspNetCore in the file.
What am I missing?

This happens for me as well. Using dotnet 6.
This works in the sample app with latest code:

It's net6.0.