Skip to content

v8.0.0-dev.36

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 13 Jun 15:32
· 1665 commits to master since this release
  • Core

    • Fixed regression in ContextFactory.
    • Improved all signal definitions and derived from SignalBase (if not exception).
    • Added in Core IAppSetupService/Handler for setting up the application.
    • Added ITypeInfo.TypeRegistry.
    • Added DynamicTypeRegistry, made DynamicTypeInfo identifiable.
  • Application

    • Added SetupCommands at root level in SystemSettings.
    • Added SetupAppLifecycleBehavior to start the IAppSetupService after successful initialization (as first service).
  • Orchestration

    • Added CommandsAppSetupHandler to handle the setup commands.
  • Plugins

    • Added PluginsAppSetupHandler to handle the pending plugin uninstallations and initializations.
  • Model

    • Made IModelSpace inherit from ITypeRegistry.
  • [Various]

    • Update PushNugetPackages.ps1 - added $apiKey parameter.
    • Replaced more instances of AsRuntimeTypeInfo, with the target or removing it altogether.