We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a1f7a commit 8dc024aCopy full SHA for 8dc024a
1 file changed
doc/analyzers/PH_S019.md
@@ -17,5 +17,5 @@ The methods `AddAsync` and `AddRangeAsync` of entity framework's `DbSet` and `Db
17
```
18
# A white-space separated list of methods to exclude when searching for async counterparts
19
# Format: <type-specifier>:<method1>,<method2>
20
-dotnet_diagnostic.PH_P012.named = Microsoft.EntityFrameworkCore.DbContext:Add,AddRange Microsoft.EntityFrameworkCore.DbSet`1:Add,AddRange
+dotnet_diagnostic.PH_P019.exclusions = Microsoft.EntityFrameworkCore.DbContext:Add,AddRange Microsoft.EntityFrameworkCore.DbSet`1:Add,AddRange
21
0 commit comments