You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't use Azure Functions ourselves, but assuming they are using a normal runtime, as soon as the assembly loads, this should load the dependencies. You can check the generated IL (e.g. via ILSharp) to see if it correctly loads the assemblies.
Hello
I have an Azure function with references to Fody and Fody.LoadAssembliesOnStartup
MyAssemblyHowever, when I run the application and go to register the services the services are not loaded so therefore are not registered
Is there something specific that needs to be done for Azure Funcitons?
Paul
The text was updated successfully, but these errors were encountered: