Commit 1f125cd
committed
PEVerify detects no duplicate for redeclared props
This might be a PEVerify bug.
Given that the C# compiler would force us to implement either the base
or derived property explicitly (in a class implementing `IDerived`),
let's do the same in DynamicProxy. Use the same approach as for events.1 parent 5c80d1d commit 1f125cd
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 162 | | |
168 | 163 | | |
169 | 164 | | |
| |||
0 commit comments