Compatibility with EntityFramework Core 2.2
- 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

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.