Migration Guide : Migrating from Version 9.0 : EswStreamExtensions changes
EswStreamExtensions changes
Reason for change
Highly reusable Stream method #next:into:startingAt: was moved into base code and out of a swapper related application.
Action required
EswStreamExtensions and EswStreamExtensionsCFS were removed from the product. The extension methods which they defined were pushed to their prerequisites (Kernel and CommonFileSystem).
If you have an application that defines EswStreamExtension as a prerequisite, be sure to remove that prerequisite from your application. Since the methods are now available in Kernel, no other action is required.
If you have an application that defines EswStreamExtensionsCFS as a prerequisite, be sure to replace that prerequisite with CommonFileSystem which is now where those extension methods are defined.
Last modified date: 08/16/2018