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

PackageManager load additional version without App.config #64

Open
lechuckcaptain opened this issue Oct 26, 2016 · 1 comment
Open

PackageManager load additional version without App.config #64

lechuckcaptain opened this issue Oct 26, 2016 · 1 comment

Comments

@lechuckcaptain
Copy link

It should be possible to configure additional versions without the need to configure the App.config of the main executable (or assembly).

@milkshakeuk
Copy link
Member

milkshakeuk commented Apr 12, 2021

This should already be possible since PackageManager has its instance publicly available i.e.

var additionalVersion = new Hl7Package(...);
PackageManager.Instance.Packages.Add(additionalVersion);
// or
PackageManager.Instance.Packages.Insert(7, additionalVersion);

Actually, this would only be possible if PackageManager was public which currently it isn't.
This is probably one for the future when we tackle adding configuration as code.

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

No branches or pull requests

2 participants