# # ChangeLog for branches/2924_DotNetCoreMigration/HeuristicLab.DefinitionLanguage/PropertyDescription.cs # # Generated by Trac 1.0.12 # 06/07/24 18:14:10 Fri, 24 May 2019 11:08:02 GMT dpiringe [16985] * branches/2924_DotNetCoreMigration/.dockerignore (added) * branches/2924_DotNetCoreMigration/HeuristicLab 3.3 No Views.sln (copied) * branches/2924_DotNetCoreMigration/HeuristicLab 3.3.sln (modified) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Attributes (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Attributes/ApplicationAttribute.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Attributes/CommandAttribute.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Attributes/OptionAttribute.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Attributes/ValueAttribute.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/CLIApplication.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/CLIConsole.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Data (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Data/CommandData.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Data/OptionData.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Data/ValueData.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Exceptions (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Exceptions/InvalidValueIndexException.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/HeuristicLab.CommandLineInterface.csproj (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Interfaces (added) * branches/2924_DotNetCoreMigration/HeuristicLab.CommandLineInterface/Interfaces/ICommand.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DefinitionLanguage (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DefinitionLanguage/Definition.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DefinitionLanguage/HeuristicLab.DefinitionLanguage.csproj (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DefinitionLanguage/Parser.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DefinitionLanguage/PropertyDescription.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DefinitionLanguage/TypeDescription.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DynamicAssemblyTestApp (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DynamicAssemblyTestApp/AppTest.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DynamicAssemblyTestApp/HeuristicLab.DynamicAssemblyTestApp.csproj (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DynamicAssemblyTestApp/InspectApplication.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.DynamicAssemblyTestApp/Plugin.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IRunnerHost.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Isolation/DockerRunnerHost.cs (modified) * branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Isolation/NativeRunnerHost.cs (modified) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/ApplicationCommand.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/BuildCommand.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/Dockerfile (added) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/HeuristicLab-3.3.csproj (modified) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/InspectCommand.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/OptimizeCommand.cs (added) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/Program.cs (modified) * branches/2924_DotNetCoreMigration/HeuristicLab/3.3/Settings.cs (added) #2924: - added CLI Framework `HeuristicLab.CommandLineInterface` ...