System.MissingMethodException : Method not found: 'System.Type Microsoft.EntityFrameworkCore.Metadata.IProperty.get_ClrType()' #6709
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
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.
The text was updated successfully, but these errors were encountered: