Closed vovikdrg closed 5 years ago
After rollback EFCore from 2.1.2(3) to 2.1.1 it works.
Same issue, but I can't role back as I'm using ASPNETCore Identity EF. Builds fine from "dotnet build"
Adding the following to the .csproj file makes it build again
`
`
What version of the Azure Functions runtime are you using?
<TargetFramework>netstandard2.0</TargetFramework>
<AzureFunctionsVersion>v2</AzureFunctionsVersion>
My guess is that this is v1 (net461) and if so likely related to limitations in assemblies allowed that was resolved in v2
@jeffhollan v1. Still in processes of migration :( to v2.
Understandable. Let me know if anything else blocking you from v2 that we could help with. That said going to close for now as a known gap and workaround is to follow guidance in the linked doc as a potential fix, though official guidance is "this should work out of box in v2"
Error: