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

Remove useless dependences #8

Merged
merged 7 commits into from
Apr 29, 2016
Merged

Remove useless dependences #8

merged 7 commits into from
Apr 29, 2016

Conversation

yyjdelete
Copy link
Contributor

  1. Fix build for DynamicLinqWebDocs.
  2. Dynamic load System.Data.EntityorEntityFramework as predefined types if it is found.
  3. SqlFunctions, SqlSpatialFunctions and DbFunctions(EF6) is also supported.
  4. Allow to overwrite keywords.
  5. Allow to use FullName of type(_May not works_).
  6. System.Data.Entity is always here, so overwrite short name of it with EntityFramework if EntityFramework is found. If System.Data.Entity is needed, FullName of type can be used(_FullName may not works as 5_).
  7. Remove usless dependences(System.Data.Entity,JetBrains.Annotations and many others for dnxcore5 and dotnet54).

@StefH StefH changed the title Remove usless dependences Remove useless dependences Apr 29, 2016
@StefH StefH merged commit 1e8f89f into zzzprojects:master Apr 29, 2016
@StefH
Copy link
Collaborator

StefH commented Apr 29, 2016

Thanks for this pull-request, however, I cannot figure out how to create a unit-test to test this change ? Do you have any ideas?

@StefH StefH self-assigned this Apr 30, 2016
@StefH StefH added the feature label Apr 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants