Commit fbb1cbd
Remove ICollection<T> as an allowed interface from AV1130 (dennisdoomen#216)
Reasoning: the ICollection<T> interface actually allows one to modify
the collection, which goes against the intention of this guideline. The
reason for this exception was that versions of .NET Framework before 4.5 did not
include immutable collections.
Closes dennisdoomen#2151 parent c8c7ea5 commit fbb1cbd
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
0 commit comments