CodeSmith Generator Releases - Product Updates - CodeSmith Community
Welcome to the CodeSmith Community!

Product Updates

A description has not yet been added to this group.
  • CodeSmith Generator Releases

    CodeSmith 5.2.2

    • 0 Comments
    New Features Bugs Exceptions Performance Problems Usability Problems Known Issues New Features This is an Important Update for all customers using Visual Studio 2010. Added support for removing CodeSmith Visual Studio project dependencies when you disable...
  • CodeSmith Generator Releases

    CodeSmith 5.2.1

    • 0 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.2.0

    • 1 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.1.6

    • 0 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.1.5

    • 0 Comments
    Fixed a bug in Manage Outputs where a Enable/Disabled output menu item could not be selected. Fixed a bug where opening the about dialog could throw a DivisionByZero exception. Fixed a bug where CodeSmith Studio would crash if you generated an open file...
  • CodeSmith Generator Releases

    CodeSmith 5.1.4

    • 0 Comments
    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....
  • CodeSmith Generator Releases

    CodeSmith 5.1.3

    • 1 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.1.2

    • 0 Comments
    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”...
  • CodeSmith Generator Releases

    CodeSmith 5.1.1

    • 0 Comments
    * 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...
  • CodeSmith Generator Releases

    CodeSmith 5.1

    • 0 Comments
    Final * Updated installer to launch CodeSmith after install. * Loading a CSP on a new machine with an new connection string will cause TableSchema's UI to be blank. * Fixed a bug where removing a data source from Database Explorer wouldn't permanently...
  • CodeSmith Generator Releases

    CodeSmith 5.1 Beta

    • 0 Comments
    * Fixed a bug where Generate Outputs would throw an error if a Visual Studio Solution contained a Setup and Deployment project. * Various minor updates to Visual Studio's Integration. * Updated Visual Studio Integration to unlock assemblies after...
  • CodeSmith Generator Releases

    CodeSmith 5.0.5

    • 0 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.0.4

    • 0 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.0.3

    • 0 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.0.2

    • 0 Comments
    * 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...
  • CodeSmith Generator Releases

    CodeSmith 5.0.1

    • 0 Comments
    * 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...
  • CodeSmith Generator Releases

    CodeSmith 5.0.0

    • 0 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.0 Beta 2

    • 1 Comments
    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...
  • CodeSmith Generator Releases

    CodeSmith 5.0 Beta

    • 4 Comments
    * 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...
  • CodeSmith Generator Releases

    CodeSmith 4.1.4

    • 0 Comments
    * Fixed a content encoding issue in the CodeSmith Studio start page. * Fixed a bug in the SQL schema provider that was preventing some default parameter values from being parsed. * Fixed MySQL schema provider to use any version of the MySQL binaries....
  • CodeSmith Generator Releases

    CodeSmith 4.1.3

    • 2 Comments
    * Various improvements to the Plinqo templates. * Made some improvements to the StringUtil.ToPlural and StringUtil.ToSingular methods. * Save all documents and projects before running the GenerateOutputs command. * Fixed a rare CodeSmith Studio crash...
  • CodeSmith Generator Releases

    CodeSmith 4.1.2

    • 0 Comments
    * Fixed issue with CodeSmith Project files in some Visual Studio configurations that was crashing during generation. * Added CS_ObjectID extended property to tables, views, and commands. * The PLINQO templates have been updated with several enhancements...
  • CodeSmith Generator Releases

    CodeSmith 4.1.1

    • 0 Comments
    * Updated LINQ templates to work with Visual Studio 2008 Beta 2. * Added a Close All But This menu to the document tabs and File menu. * Fixed bug in CodeSmith Studio that was assuming that a user wouldn't rapidly open multiple documents or change...
  • CodeSmith Generator Releases

    CodeSmith 4.1.0

    • 1 Comments
    * Changed CodeSmith to auto refresh property values every time a template is run except inside CodeSmith Studio where there is an option to enable this behaviour. * Added new "Auto refresh properties" option to CodeSmith Studio that will cause...
  • CodeSmith Generator Releases

    CodeSmith 4.0.4

    • 0 Comments
    * Updated to DockableWindow 2.0.209 to fix a docking window issue under vista aero. * Changed SqlSchemaProvider to properly pull back varchar(max) and other data types in SQL 2005 for command parameter data types. * Fixed a bug in CSMAP's where they...
Page 1 of 2 (29 items) 12