-
xharzej committed revision 314 to the NDoc3 SVN repository, changing 5 files.
2009-11-04 12:07:18 UTC in NDoc3
-
Using the Microsoft MTPS Content Service we can get the necessary content identifier for generics.
Example code:
getContentRequest request = new getContentRequest();
request.contentIdentifier = "AssetId:t:System.Collections.Generic.List`1";
ContentServicePortTypeClient proxy = new ContentServicePortTypeClient();
getContentResponse response = proxy.GetContent(new appId(), request);...
2009-11-03 08:50:16 UTC in NDoc3
-
r313 should compile, you can just test this revision.
Again thanks for the help.
2009-10-26 10:00:07 UTC in NDoc3
-
xharzej committed revision 313 to the NDoc3 SVN repository, changing 2 files.
2009-10-26 09:57:51 UTC in NDoc3
-
xharzej committed revision 312 to the NDoc3 SVN repository, changing 2 files.
2009-10-25 18:53:57 UTC in NDoc3
-
xharzej committed revision 311 to the NDoc3 SVN repository, changing 11 files.
2009-10-25 18:44:37 UTC in NDoc3
-
Implemented in revision 310.
2009-10-25 18:18:54 UTC in NDoc3
-
If you could do that it would be great. Please let me know about the results.
2009-10-25 15:08:38 UTC in NDoc3
-
This should have been fixed in revision 310.
Note: The Visual Studio solution importer now uses .NET 3.5, so this should be installed.
2009-10-21 08:51:50 UTC in NDoc3
-
xharzej committed revision 310 to the NDoc3 SVN repository, changing 4 files.
2009-10-21 08:49:37 UTC in NDoc3