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

Support for multiple versions of the same assembly #1

Open
MikaBerglund opened this issue Jul 17, 2020 · 0 comments
Open

Support for multiple versions of the same assembly #1

MikaBerglund opened this issue Jul 17, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@MikaBerglund
Copy link
Contributor

MikaBerglund commented Jul 17, 2020

We need to support multiple versions of the same assembly and produce documentation for them in the same application. This is highly useful in cases where you have a published production version of an assembly, but include documentation also for a preview version of the next version of that same library.

This has to be done so that the DocumentationParser would take the XML documentation and assembly data as constructor parameters, and work only with that data, and not require that the assembly is loaded into the app domain of the current application.

This might require quite a bit of redesign, but at this point it is much easier to do, since we are still working towards the first version. And this will probably be quite an important feature.

@MikaBerglund MikaBerglund added the enhancement New feature or request label Jul 17, 2020
@MikaBerglund MikaBerglund added this to the v1.0 milestone Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant