EF Core - Tracking problems while updating
I have an Blazor web app (Order Management software). In this app i have a view with all the articles for given supplier and active orders. You can enter the desired amount of each article for each order. While entering the order i get a lot of errors regarding tracking issues. The wired thing is that it works for about 75% of the articles, always for the same ones. For the other ones it always throws an excpetion regarding tracking OrderPosition, wired because it is newly created. The other thing is that after the first insertion all the subsequent ones fail with the exception now beeing about the tracking of Order. When updating the already existing order position it works.


