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

EntityFramework7 project has a build error #253

Closed
MichaelSimons opened this issue Nov 4, 2015 · 1 comment
Closed

EntityFramework7 project has a build error #253

MichaelSimons opened this issue Nov 4, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@MichaelSimons
Copy link

If you pull the tip, open the RESTier.EF7.sln and build you will get the following build error:

Severity Code Description Project File Line
Error CS0122 'ExpressionHelpers' is inaccessible due to its protection level Microsoft.Restier.EntityFramework7 C:\Repos\RESTier\src\Microsoft.Restier.EntityFramework\Query\QueryExecutor.cs 67

This appears to be caused by change 68df015#diff-26ae561cd37d4d54127e10f52a39a85b

The fix is to add ExpressionHelpers.cs and ExpressionHelperMethods.cs as Shared files to the EntityFramework7 project.

@lewischeng-ms
Copy link
Contributor

@MichaelSimons Thanks very much for reporting this issue. Fixed in e635a04

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

No branches or pull requests

2 participants