2 writes to Name
Microsoft.DotNet.VersionTools (2)
Automation\VstsApi\VstsAdapterClient.cs (2)
295
Name
= o["author"]?["name"]?.Value<string>(),
300
Name
= o["committer"]?["name"]?.Value<string>(),
4 references to Name
Microsoft.DotNet.VersionTools (4)
Automation\PullRequestCreator.cs (4)
239
if (headCommit.Author.
Name
!= GitAuthorName)
241
return $"Head commit author '{headCommit.Author.
Name
}' is not '{GitAuthorName}'";
243
if (headCommit.Committer.
Name
!= GitAuthorName)
245
return $"Head commit committer '{headCommit.Committer.
Name
}' is not '{GitAuthorName}'";