altmann / CherrySeed

Seeding data from any source to any destination using .NET
MIT License
28 stars 5 forks source link

Documentation outdated #2

Open carlblanchard opened 4 years ago

carlblanchard commented 4 years ago

The article on https://medium.com/@michael_altmann/setup-and-seed-data-in-specflow-with-cherryseed-7fabd649d9b9 seemed out of date. The article refers to CherrySeed while the class is called CherrySeeder... nothing a major one but also get this exception.

BoDi.ObjectContainerException: ‘Primitive types or structs cannot be resolved: System.IntPtr (resolution path: ManagementStudio.Tests.Steps.EntitySeedingBinding->CherrySeed.CherrySeeder->System.Action`1[[CherrySeed.Configuration.ISeederConfigurationBuilder, CherrySeed, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null]])’

??? is this CherrySeed project dead?

altmann commented 4 years ago

Hi, its possible that the naming is not correct. Sorry for that misunderstanding. Newer Specflow versions were not tested with CherrySeed. Its possible that CherrySeed is not compatible with newer Specflow versions.