Our team currently has multiple projects that use common Nuget packages for shared functionality. Is it possible to create a function endpoint within a package and then register it from Startup.cs
?
I have seen <FunctionsInDependencies>true</FunctionsInDependencies>
referenced as a possible solution, but that isn't ideal for our purposes.