andrewlock / StronglyTypedId

A Rosyln-powered generator for strongly-typed IDs
MIT License
1.5k stars 78 forks source link

`Template.String` contains a redundant definition for `Parse` #138

Open jamesfoster opened 3 weeks ago

jamesfoster commented 3 weeks ago

public static Parse(string input) => new(input);

It probably isn't necessary to include Parse for string Ids