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

Connected Service - Compiled proxy very large #44

Open
uffelauesen opened this issue Aug 25, 2016 · 0 comments
Open

Connected Service - Compiled proxy very large #44

uffelauesen opened this issue Aug 25, 2016 · 0 comments

Comments

@uffelauesen
Copy link

If you have a large model you end up with a very large compiled assembly. This is primarily due to the inclusion of a static string with the emdx in string format. In our scenario (we have around 400 different types) we end up with an assembly ~20MB in size. Simply removing the string version of the model and instead load it runtime reduces our proxy assembly to a more reasonable size of ~2MB.

It would be nice to have an option to exclude the static model and instead inject code for loading it runtime.

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