Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.Tests/packages.config @ 18210

Last change on this file since 18210 was 18040, checked in by dpiringe, 3 years ago

#3026

  • added some test cases for JsonInterface
  • deleted the HeuristicLab namespace part in a lot of test classes (this caused a lot of compile errors)
  • enhanced the OS path logic for absolute and relative path in JsonTemplateGenerator and JsonTemplateInstantiator
  • fixed a bug in ValueParameterConverter -> the injection logic was not working correctly
  • changed the folder determination in Main.cs for the HeadlessRun method
  • added a new abstract type of JsonItem IntervalRestrictedJsonItem for JsonItems with a need of Minimum and Maximum bounds but without a specific value
    • changed in RangedJsonItem the base class from IntervalRestrictedValueJsonItem to IntervalRestrictedJsonItem
File size: 144 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<packages>
3  <package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
4</packages>
Note: See TracBrowser for help on using the repository browser.