Open derekantrican opened 4 years ago
Ideas:
IHtmlDocument
/parsing/etc lines (note that we will probably still need to get the IHtmlDocument
for subareas/routes so that we can check those as well)
IHtmlDocument
and do all the parsing anyway"await
s before ParseRouteAsync
and ParseAreaAsync
(since I don't actually need to wait before those things complete. Last time I tried this I think this meant that the Task.WaitAll
actually finished too quickly because all the DestAreas finished before any of the children
See if I can take some hints from buildxl to only rebuild things that have actually changed.
For instance: if a route has not changed, we may be able to avoid all the HTML parsing and instead skip it