-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I used the following code to get log entries via the RecentChangesEnumerator:
var generator = new RecentChangesGenerator(wiki)
{
PaginationSize = 50,
EndTime = DateTime.Parse("13:36, 30 October 2021"),
TypeFilters = RecentChangesFilterTypes.Log
};
var items = await generator.EnumItemsAsync().ToListAsync();
This is results in two items being returned, but neither have any of their properties populated. Broader searches seem to return a mix of populated and unpopulated results. As usual I'm working with TFWiki.net which is on MW 1.19.