gpt4 book ai didi

asp.net - LinqToTwitter v5.1.2 AspNetAuthorizer 不包含 CredentialStore 的定义

转载 作者:行者123 更新时间:2023-12-04 13:35:02 24 4
gpt4 key购买 nike

在我的网站 .Net Framework 4.8 中,当我从 LinqToTwitter v5.1.1 更新到 5.1.2 时,当我尝试创建 AspNetAuthorizer 的新实例时收到一条错误消息:

"AspNetAuthorizer doesn't contains a definition for CredentialStore"and "AuthorizeBase is defined in an assembly is not referenced. Youmust add a reference to assembly 'LinqToTwitter.netstandard, Version=5.1.2.0"


代码示例:
return new AspNetAuthorizer
{
CredentialStore = new SessionStateCredentialStore
{
ConsumerKey = MyKey,
ConsumerSecret = Secret
},
GoToTwitterAuthorization =
twitterUrl => url
};
我尝试添加一个 using 并在 nuget 中搜索包“LinqToTwitter.netstandard”,但不存在。
这个版本坏了吗?

最佳答案

这是由 LINQ to Twitter 引起的错误,该错误已被修复和部署。以下是 LINQ to Twitter 网站上已修复/已关闭的问题:
https://github.com/JoeMayo/LinqToTwitter/issues/200

关于asp.net - LinqToTwitter v5.1.2 AspNetAuthorizer 不包含 CredentialStore 的定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62665930/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com