Azure / Azure/Azure-Functions

Compatibility with EntityFramework Core 2.2

Open
#1,055 5 comments 10 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

If I have reference to Microsoft.EntityFrameworkCore Nuget package 2.2.0, the binding fails on loading functions. This impacts ILogger in the scenario below, also has impacted HttpRequest binding in my actual code (cannot create instance of abstract class).

### Steps to reproduce:
Create Azure Function App (through wizard) w/ HttpTrigger (anonymous auth)
Run and verify GET request works

Add Nuget package
Run and receive error
![functions-error](https://user-images.githubusercontent.com/6509921/49479125-bfef6780-f7d6-11e8-8323-d98ba0e2092a.png)

Downgrade Nuget package to 2.1.4
Run and verify GET request works

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.