1 reference to ExecuteAsync
dotnet (1)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
39
public override int Execute() =>
ExecuteAsync
().AsTask().GetAwaiter().GetResult();