NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.52k stars 643 forks source link

Fix EF runtime error #9902

Closed erdembayar closed 2 months ago

erdembayar commented 2 months ago

Related to https://github.com/NuGet/Engineering/issues/5080 At runtime we're getting this error. NormalizeString needs to be called after the EF query is materialized, right now it is trying to map it to a SQL function. image

It works fine on my local, not sure why failing on dev.