ServiceStack Webhook+;ServiceStack.Webhooks.OrmLite订阅存储插件问题

ServiceStack Webhook+;ServiceStack.Webhooks.OrmLite订阅存储插件问题,
Warning: implode(): Invalid arguments passed in /data/phpspider/zhask/webroot/tpl/detail.html on line 45
,,我已经为我的ServiceStack项目启用了Webhook,在该项目中,我使用ServiceStack.Webhooks.OrmLite或mliteSubscriptionStore来存储我的订阅。除删除操作外,一切正常,它给出以下错误: { "responseStatus": { "errorCode": "MissingMethodException", "message": "Method not found: 'Int32 ServiceStack.OrmL

我已经为我的ServiceStack项目启用了Webhook,在该项目中,我使用ServiceStack.Webhooks.OrmLite或mliteSubscriptionStore来存储我的订阅。除删除操作外,一切正常,它给出以下错误:

    {
  "responseStatus": {
    "errorCode": "MissingMethodException",
    "message": "Method not found: 'Int32 ServiceStack.OrmLite.OrmLiteWriteExpressionsApi.Delete(System.Data.IDbConnection, System.Linq.Expressions.Expression`1<System.Func`2<!!0,Boolean>>)'.",
    "stackTrace": "[DeleteSubscription: 6/15/2020 12:42:28 PM]:\n[REQUEST: {id:c42c28e2-f432-40d1-b370-49a5a8506035}]\r\nSystem.MissingMethodException: Method not found: 'Int32 ServiceStack.OrmLite.OrmLiteWriteExpressionsApi.Delete(System.Data.IDbConnection, System.Linq.Expressions.Expression`1<System.Func`2<!!0,Boolean>>)'.\r\n   at ServiceStack.Webhooks.OrmLite.OrmLiteSubscriptionStore.Delete(String subscriptionId)\r\n   at ServiceStack.Webhooks.ServiceInterface.SubscriptionService.Delete(DeleteSubscription request)\r\n   at lambda_method(Closure , Object , Object )\r\n   at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in C:\\BuildAgent\\work\\3481147c480f4a2f\\src\\ServiceStack\\Host\\ServiceRunner.cs:line 133\r\n",
    "errors": []
  }
}
{
“反应状态”:{
“错误代码”:“MissingMethodException”,
“消息”:“未找到方法:'Int32 ServiceStack.OrmLite.OrmLiteWriteExpressionsApi.Delete(System.Data.IDbConnection,System.Linq.Expressions.Expression`1)”,
“stackTrace”:“[DeleteSubscription:6/15/2020 12:42:28 PM]:\n[请求:{id:c42c28e2-f432-40d1-b370-49A5A8506055}]\r\nSystem.MissingMethodException:找不到方法:'Int32 ServiceStack.OrmLite.ormliteWriteExpressionAPI.Delete(System.Data.IDbConnection,System.Linq.Expressions.Expression`1)'.\r\n在ServiceStack.Webhooks.OrmLite.OrmLiteSubscriptionStore.Delete(String subscriptionId)\r\n在ServiceStack.Webhooks.ServiceInterface.SubscriptionService.Delete(deletessubscription request)\r\n在lambda_方法(闭包、对象、对象)处在ServiceStack.Host.ServiceRunner`1.d_u15.MoveNext()处在C:\\BuildAgent\\work\\3481147c480f4a2f\\src\\ServiceStack\\Host\\ServiceRunner.cs中:第133行\r\n“,
“错误”:[]
}
}

尝试了所有公开可用的内容,包括版本匹配清除本地nuget缓存。我无法使用任何内容。

您的版本与您尝试使用的ServiceStack版本不匹配,而与nuget包生成时使用的ServiceStack版本不匹配

您应该向GitHub项目提出一个问题,以发布针对最新v5.9的新版本


否则,您将需要降级以使用生成NuGet软件包的ServiceStackv5.5.0

您的版本与尝试使用的ServiceStack版本与生成NuGet软件包的ServiceStack版本不匹配

您应该向GitHub项目提出一个问题,以发布针对最新v5.9的新版本

否则,您将需要降级以使用构建NuGet包时使用的ServiceStackv5.5.0