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

[Feature] Configuration to control static loading and dynamic loading #183

Open
srikrishnagu opened this issue Nov 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@srikrishnagu
Copy link

Currently all the files are emitted which are required for static loading and dynamic loading, in general while consuming we may use static loading or dynamic loading, this is a feature request to provide control (static, dynamic, both) to consumer so that based on the given parameter only required files are emitted.

Currently consumer level this is unblocked by doing post filtering based on how this is consumed!.

@srikrishnagu srikrishnagu changed the title [DCR] Configuration to control static loading and dynamic loading [Feature] Configuration to control static loading and dynamic loading Nov 7, 2023
@AaronRobinsonMSFT AaronRobinsonMSFT added the enhancement New feature or request label Nov 10, 2023
@AaronRobinsonMSFT
Copy link
Owner

@srikrishnagu I must admit that I don't recall reading this issue, but it seems I did mark it as "enhancement". Let's try this again. Can you please clarify what you mean by "static" vs "dynamic" loading? Are you talking about the runtime or the .NET Assemblies? Is it possible you are referring to the generated native binary?

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

2 participants