Enumerate over code languages from the generation tools to dynamically build the list of available language options.
85 lines of code changed in 7 files:
Complete ICodeLanguage abstraction implementation by removing remaining use of enums and IsVB/IsCSharp functions.
23 lines of code changed in 5 files:
Rewrite String.Chop to remove the try/catch and ToLower() operations resulting in improved speed when startText/endText found and drastically improved speed when matches not found.
8 lines of code changed in 1 file:
CHANGED: Code formatting and const references in preparation for (re)attacking the Query engine and to reacquaint myself with SubSonic...
639 lines of code changed in 17 files:
Bug with WhereCollection; was checking if local whereCollection != null and if not, then set the query instance wheres collection to the supplied value; problem is, the local whereCollection is always initialized and therefor NEVER null. I now check if whereCollection.Count > 0
1 lines of code changed in 1 file:
Fixed broken build (sorry)
4 lines of code changed in 3 files:
Whoops... broke the build with the last checkin. Fixed...
5 lines of code changed in 1 file:
update to Sonic.exe to support migrations
95 lines of code changed in 1 file:
interim checkin for migrations
198 lines of code changed in 15 files: