Skip to content

Call update check in the background when any CliAction is started.

Asger Iversen requested to merge 490-updateCheck into master

Call update check in the background when any CliAction is started. Also modified update check to only send hsahes of the package names for better anonymity.

Also fixed some issues uncovered in the process:

  • Fixed OverFlowException in PluginSearher if a plugin has DisplayAttribute.Order set to Double.MinValue
  • Fixed reentrance issues in FilePackageManager
  • Fixed race condition in TypeDataProviderStack.GetProviders that happened when calling TypeData.GetTypeData several times in parallel
  • Fixed NotSupportedException from calling DeflateStream.Position/Length
  • Fixed issue with resetting FilePackageRepository.

Closes #490 (closed)

Edited by Asger Iversen

Merge request reports