I have a model first database model in Entity Framework 6 and I've been trying to import a scalar function to use for sorting; however, while EF does find the function, it's unable to import it for some reason.
There are no error messages or anything, the function added from the database simply doesn't show up in the Add Function Import window whereas it does show up in the database Store in the Model Browser.