OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 48 forks source link

Missing "using" directives #36

Closed Daniel-Svensson closed 6 years ago

Daniel-Svensson commented 6 years ago

Following "using" directives are missing in the code generated by the DomainService template.

For DbContext: using System.Data.Entity;

for ObjectContext: using System.Data.Entity; using OpenRiaServices.DomainServices.EntityFramework.ObjectContextExtensions;

This work item was migrated from CodePlex

CodePlex work item ID: '36' Vote count: '1'

Daniel-Svensson commented 6 years ago

[ColinBlair@2014-04-28] This will be fixed in the next release of the tooling.

Daniel-Svensson commented 6 years ago

Issue closed by danneesset with comment Should be fixed in previous releases, this has been resolved for a long time

Reason closed Fixed