Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/16/21 17:16:25 (3 years ago)
Author:
dpiringe
Message:

#3026

  • adjusted the necessary plugin dependencies for all three JsonInterface projects (depending on CheckPluginDependenciesForReferencedAssemblies and CheckReferenceAssembliesForPluginDependencies tests)
  • using now the error handling dialog in FileManager
  • added a AggregateException in RegressionProblemDataConverter for unconvertable values
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Plugin.cs.frame

    r17331 r18044  
    2626  [Plugin("HeuristicLab.JsonInterface.OptimizerIntegration", "3.3.16.0")]
    2727  [PluginFile("HeuristicLab.JsonInterface.OptimizerIntegration.dll", PluginFileType.Assembly)]
    28   [PluginDependency("HeuristicLab.Attic", "1.0")]
     28  //[PluginDependency("HeuristicLab.Attic", "1.0")]
    2929  [PluginDependency("HeuristicLab.JsonInterface", "3.3")]
    3030  [PluginDependency("HeuristicLab.Common", "3.3")]
     31  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3132  [PluginDependency("HeuristicLab.Core", "3.3")]
    3233  [PluginDependency("HeuristicLab.Optimization", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.