CADbloke / CADtest

CADtest runs NUnitLite version 3 inside AutoCAD and/or the AutoCAD Core Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revert C#6 special things so Visual Studio 2013 works

CADbloke opened this issue · comments

as per #6 (comment) using C#6 formats is breaking things for people using Visual Studio 2013.

Installing Visual Studio 2015 Community would solve this but we're not here to tell you what to put on your computer so it needs fixing.

Personally, I usually resist this sort of impedance to forward progress but I think this is a reasonable request for CADtest since it is only meant to be a simple example for everyone on how to make it work

There is https://www.nuget.org/packages/Microsoft.Net.Compilers/ as per http://stackoverflow.com/a/32010632/492 but this just adds a level of complexity that none of us need or want. We should fix that.