ImprovingBootcamp / Squire

A sequence of unit tests meant to test and reinforce the basic understanding of C# and the .NET Framework
http://Improving.com
Other
11 stars 16 forks source link

Allow Free IDE's to be used #5

Closed JaySmith-zz closed 13 years ago

JaySmith-zz commented 13 years ago

We are all using Visual Studio Pro or better to run this. Most people new to development will not have the funds to purchase expensive IDEs. I have looked at Visual Studio Express, it is not a good candidate in my opinion since it does not ship with MSTest and does not allow plugins so it cannot be installed.

I am looking for alternative way to be able to use the Squire code base to teach the C# language but need with an IDE that is free and supports a mature unit testing framework; nUnit, MSTest, etc.

JaySmith-zz commented 13 years ago

I am working on a branch which works with SharpDevelop (OSS .NET Development IDE) and nUnit. Most things seem to be working, but the SQL Kihon is having some issues. Could be due to the nUnit runner, instead of the built in runner. Working on that now.

JaySmith-zz commented 13 years ago

I think we have this working with SharpDevelop for the most part. Is the SQL Kihon still broken? @TimRayburn?

JaySmith-zz commented 13 years ago

Last I knew this was working except the SQL Kihon which Tim was going to look at.