Closed misiek1984 closed 7 years ago
@@ master #60 diff @@
========================================
Files 4 4
Lines 115 115
Methods 76 76
Messages 0 0
Branches 13 13
========================================
Hits 6 6
Misses 109 109
Partials 0 0
Powered by Codecov. Last update 042b9d8...a569616
Before my changes BlogDataProvider assumed that SyndicationItem.Id contains an url of a post. However it is not always true. I changed the implementation so that an url can be retrieved from SyndicationItem.Links collection. BlogDataProvider will do so if Blog.IndexOfLinkToPost is set to a correct value.