chore: apply dotnet format fixes
This commit is contained in:
parent
5b37ab1f9f
commit
cdc6cfbf96
2 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ public partial class BufferedCommandResult : CommandResult
|
||||||
public partial class BufferedCommandResult
|
public partial class BufferedCommandResult
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts the result to a string value that corresponds to the <see cref="BufferedCommandResult.StandardOutput" /> property.
|
/// Converts the result to a string value that corresponds to the <see cref="StandardOutput" /> property.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static implicit operator string(BufferedCommandResult result)
|
public static implicit operator string(BufferedCommandResult result)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ public partial class CommandResult
|
||||||
public partial class CommandResult
|
public partial class CommandResult
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts the result to an integer value that corresponds to the <see cref="CommandResult.ExitCode" /> property.
|
/// Converts the result to an integer value that corresponds to the <see cref="ExitCode" /> property.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static implicit operator int(CommandResult result)
|
public static implicit operator int(CommandResult result)
|
||||||
{
|
{
|
||||||
|
|
@ -55,7 +55,7 @@ public partial class CommandResult
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts the result to a boolean value that corresponds to the <see cref="CommandResult.IsSuccess" /> property.
|
/// Converts the result to a boolean value that corresponds to the <see cref="IsSuccess" /> property.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static implicit operator bool(CommandResult result)
|
public static implicit operator bool(CommandResult result)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue