79599920

Date: 2025-04-30 08:48:13
Score: 2
Natty:
Report link

I have figured it out. networkService.GetDetailsById(networkId) filtered the networkUser, but did was implemented like this: network.NetworkUsers = network.NetworkUsers.Where(x => x.UserProxyId == currentUser.Id).ToList(); which overwrites the list and EF Core thinks i want to delete the rest.

Oops.

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Trojo