Fixed a typo; fixed a bug in the plug-in library that would see generic types deriving from a required base class as suitable whereas they cannot be instantiated without a generic argument; added unit tests that reproduce the errors

git-svn-id: file:///srv/devel/repo-conversion/nusu@171 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2009-09-01 19:11:19 +00:00
parent 35b1ca742d
commit 6ef2fdb789
5 changed files with 56 additions and 3 deletions

View file

@ -246,7 +246,7 @@ namespace Nuclex.Support.Tracking {
}
/// <summary>List of event handler which have subscribed to the ended event</summary>
/// <summary>Event handlers which have subscribed to the ended event</summary>
/// <remarks>
/// Does not need to be volatile since it's only accessed inside
/// </remarks>