[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r535] by jedzia

BuildTools: a more robust NDoc3 that can run under Net Framework 4
see http://sourceforge.net/p/ndoc3/discussion/763824/thread/5fc53f90/#c471

patch for ndoc3-code\src\Core\Core\Reflection\ExternalXmlSummaryCache.cs

Index: ExternalXmlSummaryCache.cs
===================================================================
--- ExternalXmlSummaryCache.cs (revision 371)
+++ ExternalXmlSummaryCache.cs (working copy)
@@ -305,7 +305,7 @@
: memberID.Substring(memberID.LastIndexOf('.') + 1);

//the member id in the declaring assembly
- string key = memberType + declaringType.FullName.Replace("+", ".") + "." + memberName;
+ string key = memberType + (declaringType.FullName ?? string.Empty).Replace("+", ".") + "." + memberName;

//check the summaries cache first
string summary = (string)summaries[key];

2015-09-09 18:55:25 Tree
[r534] by jedzia

file and folder rename utility

2015-04-22 19:58:03 Tree
[r533] by jedzia

Scheduler: printable export.

2013-07-25 12:50:04 Tree
[r532] by jedzia

- USE_NO_NGENERICS
- Logger can use Action<string> LoggingDisplayAction.

2013-07-25 12:02:59 Tree
[r531] by jedzia

DevExpress v12.2, Version=12.2.8.0 update

2013-05-20 08:55:16 Tree
[r530] by jedzia

Build lib: MSBuild.Community.Tasks + Stylecop

2013-04-03 20:26:17 Tree
[r529] by jedzia

VS2008 project

2013-03-20 14:02:36 Tree
[r528] by jedzia

VS2008 project

2013-03-20 14:01:56 Tree
[r527] by jedzia

AboutForm enhancement.

2012-11-20 19:43:22 Tree
[r526] by jedzia

Some screen shots.

2012-11-20 17:23:28 Tree
Older >