The
latest Sandcastle CTP was released yesterday.
Download from Microsoft. There are a lot of changes and fixes. Some of these changes will break MSBuild Extended Tasks so I will be installing the CTP as soon as possible and make the changes.
What's New in the March CTP:- Added
4 new transforms under production tools folder. They are
ApplyVSDocModel.Xsl, ApplyPrototypeDocModel.xsl, CreateVSToc.xsl and
CreatePrototypeToc.xsl.
- Deleted
3 transforms under production tools folder. They are AddOverloads.xsl,
ReflectionToChmContents.xsl and ReflectionToHxSContnets.xsl.
- Added Build_sandcastle.bat
under Examples/Sandcastle folder. This batch file will generate chm/Hxs
build from test.cs. Usage - Build_sandcastle.bat [vs2005/prototype].
- Perf improvements during CHM generation.
Issues fixed that were submitted by customers:1. Sandcastle: MSHelp Index, apiname attributes: namespace and type name of members isn't showing up
2. Sandcastle: MSHelp F Index does not have an entry for typename.membername
3. Sandcastle:Issues with Sandcastle and .NETCF
4. Sandcastle: ApplyVsDocModel - Missing items: constructorsTopicTitle, membersTopicTitle, etc.
5. Sandcastle: not showing the "obsolete" messages for items with an ObsoleteAttribute.
6. Sandcastle: The <br/> and <hr/> HTML tags are getting stripped in Prototype transforms
7. Sandcastle: error message of ResolveReferenceLinksComponent is not correct
8. Sandcastle: property keyword is missing in managed cpp syntax
9. Sandcastle: apiIcon template issue
10. Sandcastle: Javascript error on members page in vs2005 transform
11. Sandcastle: December CTP - Wrong icons shown on member pages
12. Sandcastle: suggestion for GetMsdnUrl() method
13. Sandcastle: MrefBuilder fails when /internal+ switch is used on
14. Sandcastle: The reference_content.xml file is missing some keys
15. Sandcastle: syntax for Indexed Properties is not correct in managed cpp
16. Sandcastle: When using firefox the method signatures is being displayed in very small font size
17. Sandcastle: Is it possible to get rid of fully qualified type names?
18. Sandcastle: February CTP should have a version number higher than 2.2.61208.0
19. Sandcastle:Split the big framework reflection data file per assembly for shipping.
20.