Commit 32490f2
Alexander
Fixed the Equals method invokationorder
`e.Id.Equals(key)` is the right way to execute the method (because calling a Equals(e.Id, key) will try to cast them to `object`s (and It doesn't work inside that Linq expression) and `System.NotSupportedException` will appear.1 parent 96c481f commit 32490f2
File tree
1 file changed
+1
-1
lines changed- src/AbpODataDemo.WebApi/Controllers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments