-
Notifications
You must be signed in to change notification settings - Fork 867
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
Ensure BuildOptions can configure the output directory instead of forcing inline rendering #9986
base: main
Are you sure you want to change the base?
Ensure BuildOptions can configure the output directory instead of forcing inline rendering #9986
Conversation
…cing inline rendering
@dotnet-policy-service agree |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9986 +/- ##
==========================================
+ Coverage 74.31% 78.86% +4.54%
==========================================
Files 536 540 +4
Lines 23189 23468 +279
Branches 4056 4065 +9
==========================================
+ Hits 17234 18508 +1274
+ Misses 4853 3820 -1033
- Partials 1102 1140 +38 ☔ View full report in Codecov by Sentry. |
docfx/src/Docfx.App/Config/BuildJsonConfig.cs Lines 54 to 60 in 4f6f779
Is there any missing features that can not be covered above solution? Note:
|
Hi One issue is the configuration is internal so programmatically it would require to generate a json file, I'd prefer something closer to docfx project api if possible. |
I've forgotten that As a temporary workaround. Example configs of csproj
|
@filzrev it would work but does it make sense to not expose what doxfx project uses or should docfx not use this output param anymore then? |
guess we can drop this PR is #10010 will reach main repo anytime soon, wdyt? |
No description provided.