Closed RalfKoban closed 4 weeks ago
ArticleProvider
GetArticleFor
ReadOnlySpan<char>
Pluralizer
SingularOrPluralEndings
IsSingularAndPlural
Verbalizer
MiKo_2082_CodeFixProvider
VerbalizerTests
MiKo_2082_EnumMemberAnalyzerTests
ArticleProvider
to include a new overload forGetArticleFor
that acceptsReadOnlySpan<char>
.Pluralizer
by introducingSingularOrPluralEndings
and a new methodIsSingularAndPlural
.Verbalizer
to better detect gerund verbs by checking against a list of nouns with gerund endings.MiKo_2082_CodeFixProvider
to refine plural detection and article retrieval logic.VerbalizerTests
.MiKo_2082_EnumMemberAnalyzerTests
with additional test cases for special phrases and documentation fixes.