Skip to content

RecentChangesEnumerator not properly populating all results #90

@tigerpaw28

Description

@tigerpaw28

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions