Azure / Azure/azure-functions-host

NetTopologySuite assembly not found

Open
#3,983 1 comment 0 reactions 0 assignees View on GitHub
needs-investigation
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

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

Contributor guide

Open the contributing guide

Research direction

Reproduce the missing-assembly error with .NET Core 2.2.1, Azure Functions Core Tools 2.4.249, and Function Runtime 2.0.12265.0 while using the spatial query and Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite assembly. Trace the host's dependency loading and verify that the assembly loads and the spatial query runs successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.