-
xharzej committed revision 314 to the NDoc3 SVN repository, changing 5 files.
2009-11-04 12:07:18 UTC by xharzej
-
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 by xharzej
-
r313 fixes this problem, thanks!
2009-10-26 10:32:49 UTC by balancer100
-
r313 should compile, you can just test this revision.
Again thanks for the help.
2009-10-26 10:00:07 UTC by xharzej
-
xharzej committed revision 313 to the NDoc3 SVN repository, changing 2 files.
2009-10-26 09:57:51 UTC by xharzej
-
Currently trunk won't build (as of r312) - or if you want me to test a branch, please let me know the full svn url you want me to test.
Cheers.
2009-10-26 09:36:48 UTC by balancer100
-
xharzej committed revision 312 to the NDoc3 SVN repository, changing 2 files.
2009-10-25 18:53:57 UTC by xharzej
-
xharzej committed revision 311 to the NDoc3 SVN repository, changing 11 files.
2009-10-25 18:44:37 UTC by xharzej
-
Implemented in revision 310.
2009-10-25 18:18:54 UTC by xharzej
-
If you could do that it would be great. Please let me know about the results.
2009-10-25 15:08:38 UTC by xharzej