The latest release (3.0.4) has a dependency on
Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator (>= 1.1.4). However, the highest version of the metadata generator available on nuget.org is 1.1.3
Experiencing same issue.
Same issue (still).
Released 2 days ago, bug reported yesterday, still no response or fix as of today.
Same here at the moment...waiting...waiting...
I escalated this internally to the Functions team earlier today, and ExtensionsMetadataGenerator 1.1.4 is now published. :tada:
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator/1.1.4
Confirmed all is good for me now; have updated Microsoft.NET.Sdk.Functions to 3.0.4.
Although, separate problem, 3.0.4 seems to have broken the project at run time. I'm running durable entities with an HTTP trigger, and I'm now getting the following on startup:
The 'GetScheduledFormsActivity' function is in error: The binding type(s) 'activityTrigger' are not registered. Please ensure the type is correct and the binding extension is installed.
The 'Orchestration' function is in error: The binding type(s) 'orchestrationTrigger' are not registered. Please ensure the type is correct and the binding extension is installed.
The 'ProcessFormActivity' function is in error: The binding type(s) 'activityTrigger' are not registered. Please ensure the type is correct and the binding extension is installed.
The 'HttpGetTrigger' function is in error: Microsoft.Azure.WebJobs.Host: Error indexing method 'HttpGetTrigger'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'starter' to type IDurableOrchestrationClient. Make sure the parameter Type is supported by the binding. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).
The problems go away if I downgrade to 3.0.3. I'll try playing around a bit, but if I can't fix it, I'll log another issue.
The ExtensionsMetadataGenerator 1.1.4 is available now
@hypatia1729 see #389 鈽癸笍
Most helpful comment
I escalated this internally to the Functions team earlier today, and ExtensionsMetadataGenerator 1.1.4 is now published. :tada:
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator/1.1.4