snickler / EFCore-FluentStoredProcedure

EFCore Extension that allows a means to map a stored procedure to a class, fluently.
MIT License
177 stars 34 forks source link

System.NotSupportedException: 'Specified method is not supported.' #14

Closed pantonis closed 6 years ago

pantonis commented 6 years ago

I am using this library with a .NET 4.7.1 app and I get System.NotSupportedException: 'Specified method is not supported.' when I call dr.GetColumnSchema();

pantonis commented 6 years ago

I think this is related to https://github.com/dotnet/corefx/issues/26302 and .NET 4.7.1