-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This discovers the binding types at runtime and just loads those bindings. Even though the assembly has a static reference to a dll, that dll is not loaded until its used. So this removed unused dlls from the runtime working set. Add whitelist support. We let you #r to a whitelist of "builtin" dlls even if you don't have any binding to them. See TwilioReferenceInvokeSucceeds test. It would be good to find a way to remove the static reference. Updated the ApplicationInsights_Succeeds because it's testing for log messages from extensions; but those extensions are no longer loaded.
- Loading branch information
Showing
2 changed files
with
148 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters