The templates are generating the DBML file specifying a utf-16 encoding. I'm not sure why the 3.5 betas used utf-16, but they've changed it to utf-8 in the RTM. I've tried to figure out how to ...
The following classes have XML comment errors in theor constructors: IpAddressRule: <see cref="DefaultUseNamerRule"/> should be <see cref="IpAddressRule"/> (twice) NowRule: <see cref="Defau...
RegexRule is in the CodeSmith.Data.Rules namespace. It looks like to be consistent with the other Validation rules it should be in the CodeSmith.Data.Rules.Validation namespace. This issue was id...
When there database defines a default value for a date: [CreatedOnDate] [datetime] NOT NULL DEFAULT (getdate()), J SQLMetal will generate: private System.Nullable<System.DateTime> _LastUpdatedO...
I get errors throughout my dbml designer.cs file after generation. The errors state that functions have already been used/declared in the generated entity classes.
I am new to CodeSmith so the terminology may be wrong... I use CodeSmith 4.1, VS2008 RTM and the 2008-01-15 release of PLINQO. It seams that the dbml.cst template handles user defined SQL types i...
Template plinqo-v1.2.2739\Internal\Partial.cst using System.Linq; is on line #13 and on line #16 causing a complier error.