-
Notifications
You must be signed in to change notification settings - Fork 877
Description
Package size at https://www.nuget.org/packages/docfx changed from 51 MB to 199 MB since v2.73.0. Is that really needed?
I suspect this is related to the new PDF rendering, which I'm not interested in. However, looking at the output diff, every HTML page now contains the following extra line:
<meta name="loc:downloadPdf" content="Download PDF">
Do you guys ever diff the HTML output with the previous version before release?
Or even run it through an HTML validator? For example, why does every file contain </article>
without an opening tag?
I've been getting updates for docfx frequently since I turned on Dependabot updates, but now I'm considering turning that off. It just takes too much time to verify everything and report back. For example, see #9337 (comment) which was supposed to be fixed, but apparently was never tested. I feel like being the beta tester of your product, this is not very professional.