问题
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:
- KeyConcepts - Syntax,Semantics and Services
- Code Samples
来源:https://stackoverflow.com/questions/13441302/roslyn-api-documentation