Dynamo.IoC
Dynamo.IoC copied to clipboard
Added CSL adapter
Not familiar with MS Test - I added one anyway but couldnt run them as Local.testsettings doesnt exist
Regarding the tests, I was able to get them to run via the command line tool: mstest.exe
mstest /testcontainer:wherever/Dynamo.Ioc.Tests.dll /test:OptionalFilter
You can leave the /test
part off to run the whole assembly. You'll probably need to run the Visual Studio setup in the command first to have the PATH correct for mstest.