Skip to content

v8.0.0-dev.20

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 12 May 15:32
· 1827 commits to master since this release
  • Plugins
    • Added ErrorCode to InvalidPluginDataException.
    • Made PluginManagerBase.GetInstalledPlugins() more error tollerant when there are problems with the plugin data (like checksum errors).
    • IPluginRepository.GetPluginData and PluginData.Parse support a new parameter: throwOnInvalid. In case of invalid information, the returned plugin data will have the Corrupt state.