Skip to content
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

AddAssemblyFiles to populate "API"? #51

Open
always-developing opened this issue Jun 10, 2022 · 0 comments
Open

AddAssemblyFiles to populate "API"? #51

always-developing opened this issue Jun 10, 2022 · 0 comments

Comments

@always-developing
Copy link

Good day

This is more of a question than an issue - but does Statiq.Docs support populating the "API" section using assemblies (with, or without the xml document files)?

I have a working sample which populates the API section using *.cs files in a "src" folder - that works without any issue. What I'm trying to do is get the same result but not using cs files, but the compiled dlls - is this possible?

I have a "assemblies" folder which contain the dll's at the same level as the "src" and "input" folders, and have added the following to program.cs (following this guide ) but it doesn't seem to do anything with the dlls (or the accompanying XML documentation files)

.AddAssemblyFiles("assemblies/**/*.dll")

Am I on the right track, or am I completely misunderstanding the guide?

Thanks in advance, appreciate it.

JP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant