Closed HeuristicLab-Trac-Bot closed 3 years ago
r13069: imported source code for HeuristicLab.BioBoost (without views) from private repository with some changes
- adapted HeuristicLab references (pointing to current trunk version using standard convention for branches)
- removed references to external libraries and included nuget references instead
- didn't add some files existing in the private repo that were not used in the solution
- created .frame files for Plugin.cs and AssemblyInfo.cs
- removed reference to missing file DictionaryExtensions.cs (and commented code which doesn't compile without that class) TODO: waiting for code from epitzer
- Renamed plugin and assembly file -> this breaks persistence and old files cannot be loaded anymore. However I believe that HeuristicLab.BioBoost and HeuristicLab.BioBoost cannot be used.
TODO:
- check and adapt namespaces
add license headersadd code from HeuristicLab.BioBoost.Views (private repository)add project on builder and entry in additional plugins list- add unit tests
- add sample
- how to handle nuget references correctly concerning:
- strong naming
- include/exclude binaries in svn-repo
- plugin dependencies in Plugin.cs
- licensing (the external libraries used here all use LGPL or MIT license)
- nuget packages on builder (TeamCity)
r13072: added code from HeuristicLab.BioBoost.Views (from private repository). Only made some minor changes.
r13126: added external assemblies downloaded through nuget as plugin files (svn:ignore)
- removed brutile dependency
- upgraded YamlDotNet to version 3.8.0
This has been released as an add-on and should not be included into trunk
r17109 (not migrated): fixed references
Issue migrated from trac ticket # 2499
milestone: HeuristicLab 4.0 | component: ### Undefined ### | priority: medium | resolution: worksforme
2015-10-27 19:33:51: @gkronber created the issue