Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.92k stars 440 forks source link

NetTopologySuite assembly not found #3983

Open Dona278 opened 5 years ago

Dona278 commented 5 years ago

With the latest release we are able to use NetCore 2.2 and relative EFCore 2.2 with all improvements and bugfixes (awesome!). But I have a spatial query did with EFCore and new spatial's type present into Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite assembly and when I tried to use it I got:

Could not load file or assembly 'Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60

Environment: .NetCore: 2.2.1 Azure Functions Core Tools (2.4.249 Commit hash: c29620154bc23d7fe3fc431713c5c0e43cbc241c) Function Runtime Version: 2.0.12265.0

fabiocav commented 5 years ago

Do you have a small repro that could assist investigation here?