-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exploded package size and quality concerns #9396
Comments
Not only has the package size increased 4 times due to the fact that it includes (and unpacks!) node for all platforms. But it also downloads Chromium and ffmpeg (407 MB on disk) at the first execution of the |
docfx package size is increasing constantly. And extracted files are takes about
|
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:
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.
The text was updated successfully, but these errors were encountered: