Try our conversational search powered by Generative AI!

Not supported HostType's Service, Installer, VisualStudio should be obsoleted

Fixed in

EPiServer.CMS.Core 11.1.0

(Or a related package)

Created

Nov 20, 2017

Updated

Nov 21, 2017

Area

CMS Core

State

Closed, Fixed and tested


Description

Not supported HostType's enum values should be obsoleted:

  • Undefined should not be used for initialization
  • Service was designed for mirroring service and should not be used.
  • Installer was designed for old installer framework and should not be used
  • VisualStudio was designed for old visual studio design elements framework and should not be used

Breaking changes

  • Attempting to initialize using InitializationEngine using HostType Undefined, VisualStudio, Installer, Service will throw an exception.