Skip to content

Packaging updates (Sandcastle and NuGet)#26

Merged
alanquillin merged 2 commits intorackspace:masterfrom
sharwell:PackagingUpdates
Aug 1, 2013
Merged

Packaging updates (Sandcastle and NuGet)#26
alanquillin merged 2 commits intorackspace:masterfrom
sharwell:PackagingUpdates

Conversation

@sharwell
Copy link

@sharwell sharwell commented Aug 1, 2013

Sandcastle documentation project updates

  • Add a project reference to corelib to ensure that the SDK is built before the documentation project
  • Enable the IntelliSense Component to generate a transformed XML documentation file
  • Modify the syntax filters to use the same languages as MSDN: C#, VB, C++, and F#
  • Modify the visible items filter to only include items visible from outside the library (no private or internal members, and document protected internal members as protected)

Updated NuGet package specification

  • Updated description and release notes link
  • Add XML schema so IntelliSense works with the nuspec file
  • Explicitly reference the transformed XML documentation so IntelliSense information is complete

PS: To use NuGet specification IntelliSense, see the following Gist:
https://gist.github.com/sharwell/6131243

- Add a project reference to corelib to ensure that the SDK is built before the documentation project
- Enable the IntelliSense Component to generate a transformed XML documentation file
- Modify the syntax filters to use the same languages as MSDN: C#, VB, C++, and F#
- Modify the visible items filter to only include items visible from outside the library (no private or internal members, and document protected internal members as protected)
- Updated description and release notes link
- Add XML schema so IntelliSense works with the nuspec file
- Explicitly reference the transformed XML documentation so IntelliSense information is complete
@ghost ghost assigned alanquillin Aug 1, 2013
alanquillin added a commit that referenced this pull request Aug 1, 2013
Packaging updates (Sandcastle and NuGet)
@alanquillin alanquillin merged commit 42e1705 into rackspace:master Aug 1, 2013
@sharwell sharwell deleted the PackagingUpdates branch August 1, 2013 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants