For compiling, I had to make two changes and there is an issue concering one unit test:
First, I had to install NUnit TestAdapter Nuget package for supporting Visual Studio 2017. I will create a Pull Request later.
Second, I had to change the nuget.config file to contain instead of .
Third, the test "Should_convert_passed_relative_paths_to_absolute_correctly" fails always. I am not quite sure why it might have changed. It fails in VS 2015 as well.
MFG (sincerly)
HeikoStudt
For compiling, I had to make two changes and there is an issue concering one unit test:
First, I had to install NUnit TestAdapter Nuget package for supporting Visual Studio 2017. I will create a Pull Request later.
Second, I had to change the nuget.config file to contain instead of .
Third, the test "Should_convert_passed_relative_paths_to_absolute_correctly" fails always. I am not quite sure why it might have changed. It fails in VS 2015 as well.
MFG (sincerly)
HeikoStudt