Table of Contents

Class GitAuthor

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

A Git author name and email address.

public sealed record GitAuthor : IEquatable<GitAuthor>

Constructors

GitAuthor(string, string)

A Git author name and email address.

public GitAuthor(string Name, string Email)

Parameters

Name string
Email string

Properties

Email

public string Email { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string