Roslyn API documentation [closed]

断了今生、忘了曾经 提交于 2019-12-06 19:13:59

问题


I've developing with the Roslyn CTP, and I'm using the walkthroughs on MSDN and other code samples people have posted to learn.

However, I can't find any documentation that explains the various classes and methods that are part of the API.

I understand that the API is still in development, but is there a source that explains the API from a high level? I'm looking for documentation like you would normally find in MSDN for the .NET classes.

Other than the code samples, I'm left guessing what some of the classes and methods are designed for.


回答1:


You can find Roslyn reference documentation at http://www.coderesx.com/roslyn/ . It's automatically generated from the latest Roslyn source code, in MSDN like format. It's preliminary documentation of course.




回答2:


I think what you're looking for are the draft API docs posted on MSDN forum.

EDIT: Now that Roslyn is hosted on CodePlex, its documentation is at https://roslyn.codeplex.com/documentation.




回答3:


Here is official link from Microsoft.

The link provides documentation to the complete Roslyn compiler stack including,but not restricted to:

  1. KeyConcepts - Syntax,Semantics and Services
  2. Code Samples


来源:https://stackoverflow.com/questions/13441302/roslyn-api-documentation

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