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: @Simon - actually, the Pluralization code is quite buggy, and will not be included in the next version of EF https://entityframework.codeplex.com/workitem/list/basic?field=CreationDate&direction=Descending&issuesToDisplay=All&keywords=plurali&emailSubscribedItemsOnly=false
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: @Simon - actually, the Pluralization code is quite buggy, and will not be included in the next version of EF https://entityframework.codeplex.com/workitem/list/basic?field=CreationDate&direction=Descending&issuesToDisplay=All&keywords=plurali&emailSubscribedItemsOnly=false