Commit c75bbe2
committed
Renamed
Since `TopicRepositoryBase.GetContentTypeDescriptors(ContentTypeDescriptor)` has been marked as deprecated, in preference for the new `SetContentTypeDescriptors()` method (f1ade10), the `GetContentTypeDescriptorsProxy()` needs to be updated to call the new method.
While I was at it, I also deprecated the previous proxy itself, and introduced a new proxy that maps to the new name. This is perhaps not necessary since this is exclusively used by the `OnTopic.Tests`. The `StubTopicRepository` is publicly published via the `Ontopic.TestDoubles` package, however, so that it can be shared with other OnTopic related projects, such as `OnTopic-MVC`. This will help ensure compatibility with those projects.GetContentTypeDescriptorsProxy()
1 parent 2210b29 commit c75bbe2
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
183 | 184 | | |
184 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
185 | 193 | | |
186 | 194 | | |
187 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments