1-10 of 20 < Previous Next >
1 vote

Setter is generated even for read-only columns

LinqToSqlEntityClassTemplate generates set method for all properties even for those which have IsReadOnly = true. Suggested change: private void RenderProperty(Column column) { th...

id# 13505 | Planned Release: None | Last Updated: Jun 18 at 3:14 PM by iash | Created On: Jun 18 at 3:14 PM by iash
1 vote

NotImplementedException is thrown when adding files to a subfolder of a .vcproj

Alexey Baskakov wrote: Unfortunally, adding folders doesn't work with vcproj files (see exception below). Adding just file works fine with vcproj: template.Output.File = @"SubFolder_SampleOutput....

id# 13408 | Planned Release: 9.6 | Last Updated: Jun 3 at 10:28 AM by OlegSych | Created On: Jun 3 at 10:28 AM by OlegSych
1 vote

There is no way to indicate not to delete files generated in a previous session

I need to modify the default behavior in order to keep previously generated files, but found no way to do this without removing calls to DeleteOldOutputs in DteProcessor.cs.

id# 13406 | Planned Release: None | Last Updated: Jun 12 at 10:31 AM by OlegSych | Created On: Jun 3 at 7:29 AM by jmlvargas
0 votes

TSD02010: Incorrect syntax near SET.

Update procedure template generates incorrect update procedure script for CustomrCustomerDemo and EmployeeTerritories tables in the northwind database. dbml and output files are attached.

id# 13291 | Planned Release: None | Last Updated: May 20 at 5:42 PM by OlegSych | Created On: May 20 at 5:42 PM by OlegSych
0 votes

Foreign key columns should not be required to be nullable in a derived type

Derived type may have a required foreign key column, such as Employee.EmergencyContactId -> Contact.Id. However, both OR designer and T4 toolbox generator will generate the column as not null, whic...

id# 13261 | Planned Release: 9.6 | Last Updated: May 19 at 11:47 PM by OlegSych | Created On: May 15 at 9:31 PM by OlegSych
0 votes

Add validation warnings to LINQTo SQL Generator

LINQ to SQL generator needs to produce the following warnings produced by MSLinqToSqlGenerator PrimaryKeyAutoSyncNeedsToBeOnInsertWhenIsDbGenerated=DBML1060: The AutoSync attribute of the Column e...

id# 13260 | Planned Release: None | Last Updated: May 15 at 9:56 PM by OlegSych | Created On: May 15 at 9:04 PM by OlegSych
1 vote

Feature request: generate partial classes where custom code can be written and which won't be overwritten on regeneration

Some features that would be very nice to have; - Generate custom entity files with partial classes where custom code can be written and which won't be overwritten on regeneration - Add the genera...

id# 13018 | Planned Release: None | Last Updated: May 13 at 3:47 AM by MarkWalker | Created On: Apr 15 at 1:19 PM by enijburg
0 votes

Extend OutputInfo class to support defining assemblies required by the generated output.

Currently, LINQ to SQL template uses low-level Visual Studio extensibility APIs in order to add assemblies required by the generated code to the target C# project. We need to extend the core framew...

id# 12994 | Planned Release: 9.6 | Last Updated: May 19 at 11:47 PM by OlegSych | Created On: Apr 14 at 11:41 AM by OlegSych
6 votes

Implement support for TextTransform.exe host

Introduce two additional classes: VisualStudioContext and CommandLineContext. Each class would be responsible for a) implementing host-specific output file management and b) providing access to hos...

id# 12979 | Planned Release: None | Last Updated: May 13 at 8:16 PM by MarkWalker | Created On: Apr 11 at 5:11 PM by OlegSych
2 votes

Implement processor for custom <#@ xml #> directive

<#@ xml file=”” schema=”” property=”” #> Where       “file” specifies location of the  XML file       “schema” is optional property that specifies location of the XSD (if any)       “property” sp...

id# 12956 | Planned Release: 9.6 | Last Updated: Sat at 8:21 PM by dmal | Created On: Apr 7 at 11:25 AM by OlegSych
1-10 of 20 < Previous 1 2 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196