Open DavidPiringer opened 2 years ago
Notes for my review:
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
set for many projects in 4af77c8d. Do we want this?<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
in 473f35ba for DataPreprocessing and Orienteering projects and in 6e1373a9 for HeuristicLab.Tests
Migration branch for a lot of API projects to migrate from .net framework to .net standard. It was needed to add and upgrade some NuGet-packages to stay functional. Also, the PluginInfrastructure was split into two separate projects:
Furthermore, it was necessary to add build tasks (copied from https://github.com/Vanmodeus/HeuristicLab/tree/build_improvements) to generate the Plugin.cs and AssemblyInfo.cs files correctly. This requires one additional build step, which can be done with the build script as usually.