Install-Package CodeOwnersParser
using CodeOwners;
IEnumerable<CodeOwnersEntry> entries = CodeOwnersSerializer.Deserialize("* @global-owner1 @global-owner2");
string content = CodeOwnersSerializer.Serialize(entries);
- IsValid method
- GitLab support