codesmithtools / Templates

CodeSmith Generator Templates
http://www.codesmithtools.com/product/generator
54 stars 35 forks source link

New Columns are not reflected in the Editable Entity Class SupportedLanguage needs to be set to VBNet #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In Public Sub CreateEntity of the Entity.cst

Dim insertClassMergeStrategy__1 As New InsertClassMergeStrategy
(ICSharpCode.NRefactory.SupportedLanguage.CSharp, "Metadata") With _

needs to be switched to

Dim insertClassMergeStrategy__1 As New InsertClassMergeStrategy
(ICSharpCode.NRefactory.SupportedLanguage.VBNet, "Metadata") With _

This will solve the issue.

Original issue reported on code.google.com by schaffn...@GMX.de on 18 Feb 2010 at 10:13

GoogleCodeExporter commented 9 years ago
We have committed this fix.  Thank you for reporting it.

Original comment by shannon....@gmail.com on 18 Feb 2010 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by paul.wel...@gmail.com on 10 Mar 2010 at 11:27