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: Good to know, thanks Erik. Haldiggs, The best course of action if the pluralisation service is not working for you is to turn it off.
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: Good to know, thanks Erik. Haldiggs, The best course of action if the pluralisation service is not working for you is to turn it off.