Relative Content

Tag Archive for entity-framework-core.net-8.0

The instance of entity type cannot be tracked issue

My app is using Entity Framework with repository pattern.
There are 3 services. A, B, C. There’s a Repository R for entity_r. All of these are registered as AsTransient. The code looks somewhat like this (simplified for brevity) –