I have been getting LINQ errors around duplicate classes within the assembly. Not that this is this projects fault, but it set me to looking for duplicates.
I noticed that none of the entities have been pluralized, which might fix this issue. There are instructions on disabling or changing the pluralizer
Inflector.PluralizationService = new EnglishPluralizationService();
but how can I verify its working? or if I set something up wrong.
Comments: coolio. Yeah I can get around it. I just wanted to know if it was something I had missed in my setup. Love the tool though, so keep it up. It feels good to separate yourself from all of the heavy T4 tools out there.
I noticed that none of the entities have been pluralized, which might fix this issue. There are instructions on disabling or changing the pluralizer
Inflector.PluralizationService = new EnglishPluralizationService();
but how can I verify its working? or if I set something up wrong.
Comments: coolio. Yeah I can get around it. I just wanted to know if it was something I had missed in my setup. Love the tool though, so keep it up. It feels good to separate yourself from all of the heavy T4 tools out there.