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
I tried doing this in #1004 but got this error in the OOP tests : [4680] Exception: Microsoft.Azure.Functions.Worker.FunctionInputConverterException: Error converting 1 input parameters for Function 'GetProductsColumnTypesSerialization': Could not populate the value for 'req' parameter. Consider updating the parameter with a default value.
Edit
Bump Worker.Sdk to latest
Dependabot PR: #1049
Bumping just the worker.sdk (without worker bump) caused error: C:\Users\luczhan\GitProjects\azure-functions-sql-extension\test-outofproc\Microsoft.Azure.Functions.Worker.Sdk.Generators\Microsoft.Azure.Functions.Worker.Sdk.Generators.FunctionMetadataProviderGenerator\GeneratedFunctionMetadataProvider.g.cs(304,56): error CS0246: The type or namespace name 'IAutoConfigureStartup' could not be found (are you missing a using directive or an assembly reference?)
The Worker.Sdk needs to be bumped with the Worker.
The text was updated successfully, but these errors were encountered:
lucyzhang929
changed the title
Bump Worker and Worker.Extensions.Abstractions packages to latest
Bump Worker, Worker.Sdk, and Worker.Extensions.Abstractions packages to latest
Feb 27, 2024
Dependabot PR : #996
I tried doing this in #1004 but got this error in the OOP tests :
[4680] Exception: Microsoft.Azure.Functions.Worker.FunctionInputConverterException: Error converting 1 input parameters for Function 'GetProductsColumnTypesSerialization': Could not populate the value for 'req' parameter. Consider updating the parameter with a default value.
Edit
Bump Worker.Sdk to latest
Dependabot PR: #1049
Bumping just the worker.sdk (without worker bump) caused error:
C:\Users\luczhan\GitProjects\azure-functions-sql-extension\test-outofproc\Microsoft.Azure.Functions.Worker.Sdk.Generators\Microsoft.Azure.Functions.Worker.Sdk.Generators.FunctionMetadataProviderGenerator\GeneratedFunctionMetadataProvider.g.cs(304,56): error CS0246: The type or namespace name 'IAutoConfigureStartup' could not be found (are you missing a using directive or an assembly reference?)
The Worker.Sdk needs to be bumped with the Worker.
The text was updated successfully, but these errors were encountered: