yuka1984 / azure-functions-extensions-swashbuckle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting attached error. Project file is mentioned as well

sirhub opened this issue · comments

netcoreapp3.1 v3 PreserveNewest PreserveNewest Never

[08-04-2020 12:23:18] Microsoft.Azure.WebJobs.Host: Error indexing method 'Swagger'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'swashBuckleClient' to type ISwashBuckleClient. 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.).
[08-04-2020 12:23:18] Error indexing method 'Swagger'
[08-04-2020 12:23:18] Microsoft.Azure.WebJobs.Host: Error indexing method 'Swagger'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'swashBuckleClient' to type ISwashBuckleClient. 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.).
[08-04-2020 12:23:18] Function 'Swagger' failed indexing and will be disabled.
[08-04-2020 12:23:19] Microsoft.Azure.WebJobs.Host: Error indexing method 'SwaggerUi'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'swashBuckleClient' to type ISwashBuckleClient. 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.).
[08-04-2020 12:23:19] Error indexing method 'SwaggerUi'
[08-04-2020 12:23:19] Microsoft.Azure.WebJobs.Host: Error indexing method 'SwaggerUi'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'swashBuckleClient' to type ISwashBuckleClient. 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.).
[08-04-2020 12:23:19] Function 'SwaggerUi' failed indexing and will be disabled.
[08-04-2020 12:23:19] Found the following functions:
[08-04-2020 12:23:19] BiotiaCovidDALFunc.BiotiaCovidDALFunc.InsertFile
[08-04-2020 12:23:19] BiotiaCovidDALFunc.BiotiaCovidDALFunc.InsertPipelineStatus
[08-04-2020 12:23:19]
[08-04-2020 12:23:19] Initializing function HTTP routes
[08-04-2020 12:23:19] Mapped function route 'api/InsertFile' [get,post] to 'InsertFile'
[08-04-2020 12:23:19] Mapped function route 'api/InsertPipelineStatus' [get,post] to 'InsertPipelineStatus'
[08-04-2020 12:23:19] Mapped function route 'api/swagger/json' [get] to 'Swagger'
[08-04-2020 12:23:19] Mapped function route 'api/swagger/ui' [get] to 'SwaggerUi'
[08-04-2020 12:23:19]
[08-04-2020 12:23:19] Host initialized (641ms)
[08-04-2020 12:23:19] Host started (668ms)
[08-04-2020 12:23:19] Job host started
[08-04-2020 12:23:19] The 'Swagger' function is in error: Microsoft.Azure.WebJobs.Host: Error indexing method 'Swagger'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'swashBuckleClient' to type ISwashBuckleClient. 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.).
[08-04-2020 12:23:19] The 'SwaggerUi' function is in error: Microsoft.Azure.WebJobs.Host: Error indexing method 'SwaggerUi'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'swashBuckleClient' to type ISwashBuckleClient. 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.).