krvarma / rabbitmq-trigger-azure-function

RabbitMQ Trigger for Azure Function example
2 stars 1 forks source link

Got error saying RabbitMQ is not an attribute class, #1

Open jakevo opened 4 years ago

jakevo commented 4 years ago

[RabbitMQ(ConnectionStringSetting = "RabbitMqConnection")] IModel client

Got the error, do they change any implementation in the library causing the problem? thanks

krvarma commented 4 years ago

@jakevo Can you check the RabbitMQ Extension is installed correctly?. Is the same issue occurring in the Trigger sample also?

This command should install the extension.

Install-Package Microsoft.Azure.WebJobs.Extensions.RabbitMQ -Version0.2.2029-beta

krvarma commented 4 years ago

@jakevo Any updates?