Where is the source for DotNetOpenAuth? The primary Sourceforge link contains just samples and the ApplicationBlock

删除回忆录丶 提交于 2019-12-05 04:05:47

The DotNetOpenAuth home page has a link directly to the source code. You can download it by clicking the Download button once you're there.

Since you've expressed interested in downloading the source code for your specific version, once you're on the source download page, look under download tags for your version and click that.

You also expressed concern about what is being reported. I'm glad you're conscientious about this. I'm sorry that the link that describes reporting seems to be broken (it's only showing the first few lines of the post for me). Here is a link that shows the entire post that explains reporting pretty well. If you're concerned about anything you find, you can turn off part or all of reporting in its entirety. The steps to do that are near the top of the post.

Lastly, responding to your concern about so many downloads that omit the source or are scattered on several sites. Most users seem to be interested in the binary, samples, and documentation. The source is fairly large and so while it's freely available it's not included in the promoted downloads. I agree, DotNetOpenAuth's content is fairly scattered across several sites. The poor (literally) reason for that is simply that no site provides everything that DotNetOpenAuth needs among its free services, and DotNetOpenAuth is largely an unfunded project, so it spreads its requirements across those sites willing to make those services available for free.

The source for DNOA isn't on Sourceforge - it's on github.

The page you linked to references https://github.com/AArnott/dotnetopenid

After having a quick look inside, I found some of what you might be looking for in:

https://github.com/AArnott/dotnetopenid/blob/v3.4/src/DotNetOpenAuth/Reporting.cs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!