CodeSmith Generator 8.5 is finally here after years of work with new features and improvements! Let’s take a look at some of the highlights, including full support for Visual Studio 2022, .NET 4.8, and many small improvements that will make your workflow even smoother. Download Now Visual Studio 2022 First and foremost, CodeSmith Generator 8.5 …Read More
New Features Visual Studio 2022 support. Visual Studio support can be installed as a VSIX from the Visual Studio marketplace and can be automatically updated. Added support for .NET 4.8. You can now reference .NET 4.8 assembly references. Updated Visual Studio Keyboard shortcuts. Control+Alt+G, Control+Alt+E launches Template Explorer, Control+Alt+G, Control+Alt+U outputs ActiveSnippet usage, Control+Alt+G, Control+Alt+G expands an …Read More
New Features Added a new PostgreSQLSchemaProvider (Contrib Paul Welter). Bug Fixes Added additional error handling around saving documents in visual studio. Fixed a bug where extracting samples could fail without retrying. Many more minor bug fixes. Breaking Changes The installer no longer contains MSBuild support or Visual Studio Integration. If you are getting an error …Read More
Part of the big Generator 8.0 release that launched a few weeks ago was improving Generate on Build functionality. Previous versions of Generator required a pre-installed targets file for MSBuild integration. This was not a great option when you were trying to generate and build code on a build server or consuming Generator on a …Read More
CodeSmith Generator 8.0 is here and it brings with it many great improvements. We’ve added Visual Studio 2017, C# 6, VB 14, and .NET 4.7 support, and made using CodeSmith Generator in CI / build server scenarios super simple. Also, a number of NuGet packages have been added to make it much easier to use …Read More
New Features Added support for C# 6 and VB 14 language features. Added support for .NET 4.7. You can now reference .NET 4.7 assembly references. Added support for Visual Studio 2017. Visual Studio support can be installed as a VSIX from the Visual Studio marketplace and can be automatically updated. Added official CodeSmith Generator NuGet packages …Read More
New Features Added support for Visual Studio 2015. Added SchemaSelector to allow easier selection of schema objects. Added new TypeScript templates. Bug Fixes Updated SqlCodeTemplate to handle new SQL Server native types. Fixed a bug where multiple unrelated dialog editors couldn’t be used in the propertygrid. Fixed a bug where the SQLAnywhereSchemaProvider didn’t differentiate functions from stored …Read More
We recently released CodeSmith Generator 7.0, which includes many new features and improvements. One of these features we are really excited to show off is Control + Click GoTo Definition. This feature gives you the ability to quickly navigate to what you are looking for. This feature builds upon the existing Go To Definition feature …Read More
We are happy to announce Generator support for DB2. With the help of David Logan we were able to add a new DB2 Schema Provider that ships with the latest version of Generator. You can now generate using the Schema Explorer API and existing templates against DB2. This is a huge win for all DB2 …Read More
Today I’m happy to announce an upcoming feature for one of the most customer requested template editor features: Bracket Highlighting! Bracket Highlighting Bracket Highlighting creates visible highlights around sets of delimiters (parentheses, square brackets, and curly braces) when the caret is next to them. In the screenshot above, the caret is next to a } …Read More