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

System.MissingMethodException : Method not found: 'System.Type Microsoft.EntityFrameworkCore.Metadata.IProperty.get_ClrType()' #6709

Closed
stofte opened this issue Oct 7, 2016 · 0 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@stofte
Copy link

stofte commented Oct 7, 2016

Steps to reproduce

Trying to run my code on Ubuntu, leads to runtime errors.

System.MissingMethodException : Method not found: 'System.Type Microsoft.EntityFrameworkCore.Metadata.IProperty.get_ClrType()'.

I'm using TravisCI:
https://travis-ci.org/stofte/ream-query/jobs/165760906

Further technical details

I'm using the same repo and pushing to Appveyor, and that works "fine": https://ci.appveyor.com/project/stofte/ream-query/build/0.1.0.43

I'm assuming I'm missing a basic dependency somehow.

@rowanmiller rowanmiller added this to the 1.1.0-preview1 milestone Oct 7, 2016
ajcvickers added a commit that referenced this issue Oct 7, 2016
Issue #6709

This should fix binary compat issues where 1.0 providers are bound to these members on the derived types.
ajcvickers added a commit that referenced this issue Oct 11, 2016
Issue #6709

This should fix binary compat issues where 1.0 providers are bound to these members on the derived types.
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Oct 11, 2016
@ajcvickers ajcvickers modified the milestones: 1.1.0-preview1, 1.1.0 Oct 15, 2022
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

No branches or pull requests

3 participants