-
New Features Bugs Exceptions Performance Problems Usability Problems New Features CSLA- Updated to version 2.0. PLINQO - Updated to version 4.0.1. nHibernate- Updated to version 1.1.6. Bugs Fixed an issue with DeepLoad that would cause only a partial schema result set to be returned. Fixed COM related...
-
New Features Bugs Exceptions Performance Problems Usability Problems New Features Added Visual Studio 2010 Beta 2 support. Added SQL User Defined Functions support. Added IncludeFunctions Property to SchemaObjectBase, setting this to true enables SQL Function support. PLINQO - Updated to version 4.0...
-
Improved performance with caching optimizations. Overhauled configuration making CodeSmith related tasks complete faster. Added Rebuild Support to CodeSmith Studio, Templates are now loaded from cache by default. Enabled tooltip support for Template Explorer. Fixed a bug where leaving the Manage Output's...
-
Fixed a bug in GetTemplateHashCode where passing in null into file dependencies or assembly dependencies would cause a runtime error. Fixed a bug where a NullReferenceException could happen during runtime if someone specified a malformed XmlProperty. Fixed a bug in Template Explorer where renaming a...
-
Fixed a event log bug that would crash CodeSmith on start up. Fixed a bug in the installer which would allow two installs of the same minor version. Added option for SDK users to specify the assembly that has the embedded license. CSLA - Updated to version 1.0. Various template bug fixes. Various other...
-
Fixed a bug in Visual Studio where a duplicated reference could be added. Fixed a bug in the SqlCompactSchemaProvider where owner information was displayed in the UI. Fixed a bug in the SqlCompactSchemaProvider where indexes with the letters “sys” are not included in the returned schema....
-
* Fixed a bug in Mangaed Outputs where an Ambiguous Exception could be thrown. * Fixed a localization bug where Configugration would throw the following error "Input string was not in a correct format.". * Fixed a localization bug where CodeSmith Studio would have an unreadable font size. ...
-
Updated the MySQLSchemaProvider to support more data types. Updated the MySQLSchemaProvider to support more ExtendedProperties. Updated the MySQLSchemaProvider to use generics and .NET 2.0 best practices. Added Designer Support for ViewColumnSchema and ViewColumnSchemaCollection. Fixed a bug where CodeSmith...
-
Fixed a bug where a CodeSmith Project would throw an error when trying to render a default output. Fixed a bug where the CompilerVersion attribute was not case insensitive. Fixed a bug in OracleSchemaProvider where it would not filter out the Recycle Bin items. Fixed a bug in OracleSchemaProvider where...
-
Fixed a licensing bug where a Windows 2000 machine could not activate. Changed the license activation to be more tolerant of changes. Fixed a bug where clicking the Privacy Policy link would display the get trial window. Made target language view designer load its data sources async so that the UI would...
-
* Included the latest version of the NuSoft templates. * Updated the SqlCodeTemplate base class to use csmaps where appropriate. * Added support for new SQL 2008 data types. * Added stop on error to CodeSmith Project settings. * Fixed bug with overriding default property values. * Fixed error when cs...
-
* Made target language view grouping case insensitive. * Fixed bug where starting studio with a standard license it would just disappear and not say why. * Fixed a perf regression with template explorer. It was doing full parses just to show the file list. * Fixed a bug if an invalid CompilerVersion...
-
5.0.0 Final * Added a tab for editing variables in the CodeSmith Project settings dialog. * Made it so that any .csp variables are automatically used when there is a string matching the variable value in the property values. * Made it so that variables are automatically created for connection strings...
-
Beta 2 * Changed all SchemaExplorer designers to display in Object (Owner) format so that you can type the first couple letters to jump to the object you are looking for. * Added ability to override plural/singular forms of words to the StringUtil.ToPlural and StringUtil.ToSingular methods. * Added ability...
-
* Added ability to deep load all schema information at once which results in huge performance improvements. This is used by setting the DeepLoad attribute on any SchemaExplorer property in your template. This would typically be used when you know you are going to use all of the schema information from...