SendGrid 不是属性 class
SendGrid is not an attribute class
我已经安装了 SendGrid Nugget,但我仍然无法在我的代码中使用它。
我不断收到此错误:
SendGrid is not an attribute class
即使我认为我已经安装了所有要安装的东西:
我在这里错过了什么?可能有些愚蠢,但我无法弄清楚。
您可能需要 Microsoft.Azure.WebJobs.Extensions.SendGrid,它为 Azure Functions 提供 SendGrid 绑定。
基本的 SendGrid 库对 Azure Functions 完全一无所知。
我已经安装了 SendGrid Nugget,但我仍然无法在我的代码中使用它。 我不断收到此错误:
SendGrid is not an attribute class
即使我认为我已经安装了所有要安装的东西:
我在这里错过了什么?可能有些愚蠢,但我无法弄清楚。
您可能需要 Microsoft.Azure.WebJobs.Extensions.SendGrid,它为 Azure Functions 提供 SendGrid 绑定。
基本的 SendGrid 库对 Azure Functions 完全一无所知。