vs-threading
vs-threading copied to clipboard
Ignore EF add async methods
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