microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.13k stars 1.27k forks source link

---- ---- ---- #130

Closed lucidyan closed 1 year ago

lucidyan commented 4 years ago

It looks like you replace with regex some words. Please, comment why it happened and return it back, because it looks very strange and uninformative.

You can see a lot of examples of this in file: https://github.com/microsoft/referencesource/blob/3b1eaf5203992df69de44c783a3eda37d3d4cd10/System.Data.Entity.Design/System/Data/Entity/Design/PluralizationService/EnglishPluralizationService.cs#L39-L52


Why I think it very strange: image


All occurencies in this repo: https://github.com/microsoft/referencesource/search?l=C%23&q=----

More about this situation: https://thedailywtf.com/articles/comments/microsoft-s-english-pluralization-service

KalleOlaviNiemitalo commented 4 years ago

Duplicate of #68 and #111

geoff-m commented 3 years ago

It is clear that some or all occurrences of the words "race", "weed", "Persian", "Taiwan", and "culture", are among those that have been replaced. But annoyingly often, it isn't clear what word used to be there.

terrajobst commented 1 year ago

Closed as duplicate of #68