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

Marking classlibs as dynamically loadable should be done via EnableDynamicLoading #1

Closed
vitek-karas opened this issue Sep 2, 2019 · 1 comment

Comments

@vitek-karas
Copy link

In the readme for this project there's a section about troubleshooting - specifically the case of a classlib which doesn't have .runtimeconfig.json by default. Starting with recent .NET Core 3.0 previews (8 for sure, probably earlier) the right way to mark a classlib as a component which will be dynamically loaded is to add <EnableDynamicLoading>true</EnableDynamicLoading> to the project.

Under the hood it does currently set the GenerateRuntimeConfigurationFiles but this may change in the future.

@Sewer56
Copy link
Member

Sewer56 commented Sep 2, 2019

Should be good as of 3199135 and 1e6c73c .

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

No branches or pull requests

2 participants