vs-threading icon indicating copy to clipboard operation
vs-threading copied to clipboard

Ignore EF add async methods

Open grosch-intl opened this issue 1 year ago • 0 comments

Bug description

VSTHRD103 is telling me to use AddRangeAsync, yet it shouldn't. The EF Core methods explicitly say to neither call AddAsync nor AddRangeAsync

Repro steps

await using var context = await factory.CreateContextAsync(); context.AddRange(activeChecklist, inactive);

  • Version used: 17.10.48
  • Application (if applicable): Visual Studio 2022 Enterprise

grosch-intl avatar Aug 02 '24 19:08 grosch-intl