Breeze / breeze.server.net

Breeze support for .NET servers
MIT License
76 stars 62 forks source link

XML comment files missing from NuGet packages #9

Closed breyed closed 8 years ago

breyed commented 10 years ago

The C# Breeze source has many wonderful XML comments adorning its types, methods, etc. The C# compiler happily creates a XML file (a la Breeze.ContextProvider.xml, assuming generation is enabled and using the defaults), which causes the documentation to show up directly in Visual Studio IntelliSense and metadata.

Alas, the NuGet packages don't include the .xml files. Including them would be a fine productivity boost for little effort.

steveschmitt commented 8 years ago

True, and thanks for the suggestion. It will be in our next release.