This post originated from an RSS feed registered with .NET Buzz
by Sean McCormack.
Original Post: Codus v1.0.2 Released
Feed Title: Vini Vidi Vici - Sean McCormack's Blog
Feed URL: http://smccormack.blogs.com/adapdev/SyndicationService.asmx/GetRss
Feed Description: Sean McCormack's Blog, focusing on various aspects of .NET development, open source projects, recommended books and tools
Fixed errors with VS.NET integration. All errors should now be resolved.
Greatly improved VS.NET integration speed.
Added support for NAnt build file generation and execution.
Added support for Sql Server stored procedures.
Fixed Update issue when object fields (strings specifically) do not have a default
value. This would throw an error. All fields now have a default value.
Fixed VS.NET location issue. Previously, Codus looked for VS.NET to be installed on
the C: drive and wouldn't launch otherwise. It now searches the registry and finds
the VS.NET install location.
Added support for run-time editing of column properties (for example, designating
a column as a foreign key at run-time; changing the default test value, etc.).
Added automatic retrieval and object population of auto-increment values
Removed Output tab
Added a small amount of code logging...this will be added to in the next version
Changed output directory structure
All src code is now placed in the /src folder
All VS.NET code is now placed in the /sln folder
All NAnt output is now placed in the /bin folder
The NAnt build file, a bat file to run the build file, and store procedures are placed
in the output root
The output directory folder is now based on the project name
Added better status message support on generation tab during generation