79275767

Date: 2024-12-12 16:04:00
Score: 2.5
Natty:
Report link

I found this article:

https://github.com/dotnet/efcore/issues/35285

I had the same issue and adding:

options.ConfigureWarnings(w => w.Ignore(RelationalEventId.PendingModelChangesWarning))

resolved my issue.

Reasons:
  • Blacklisted phrase (1): this article
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: samper