Skip to content

Commit 8dc024a

Browse files
committed
Fixed the key of the example exlusion.
1 parent 85a1f7a commit 8dc024a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/analyzers/PH_S019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ The methods `AddAsync` and `AddRangeAsync` of entity framework's `DbSet` and `Db
1717
```
1818
# A white-space separated list of methods to exclude when searching for async counterparts
1919
# Format: <type-specifier>:<method1>,<method2>
20-
dotnet_diagnostic.PH_P012.named = Microsoft.EntityFrameworkCore.DbContext:Add,AddRange Microsoft.EntityFrameworkCore.DbSet`1:Add,AddRange
20+
dotnet_diagnostic.PH_P019.exclusions = Microsoft.EntityFrameworkCore.DbContext:Add,AddRange Microsoft.EntityFrameworkCore.DbSet`1:Add,AddRange
2121
```

0 commit comments

Comments
 (0)