CommandResults
Classstaticnet10.0
A factory for
ExecuteCommandResult. namespace Aspire.Hosting.ApplicationModel;
public static class CommandResults{ // ...}10 members
Methods10
Section titled Methods Produces an unsuccessful result with an error message and result data.
Produces an unsuccessful result with an error message and a value.
Failure(Exception)static Produces an unsuccessful result from an
Exception. Exception.Message is used as the error message. Produces a success result with a message and result data.
Produces a success result with a message and result data.
Produces a success result with a message and a value.