79481038

Date: 2025-03-03 13:06:30
Score: 2
Natty:
Report link

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { optionsBuilder.ConfigureWarnings(warnings => warnings.Ignore(RelationalEventId.PendingModelChangesWarning)); }

Add this much it will ignore the warning and I did it in MVC so i hope it will works for you too.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Prajwal Saraf