Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Linq #76

Open
atlaste opened this issue Aug 23, 2024 · 2 comments
Open

Support for Linq #76

atlaste opened this issue Aug 23, 2024 · 2 comments

Comments

@atlaste
Copy link

atlaste commented Aug 23, 2024

I have a pretty simple feature request: support linq. Basically add the 'using System.Linq' at the top of the generated code and link in the System.Data.Linq.dll.

@egonl
Copy link
Owner

egonl commented Aug 27, 2024

Did you try the Assembly and Import directives?

@atlaste
Copy link
Author

atlaste commented Oct 11, 2024

Sorry for the late reply. Yes, I did that:

Document contains:

<%@ Assembly Name="System.Data.Linq" %>
<%@ Import Namespace="System.Linq" %>

Line 6: error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants