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:
parent
35b1ca742d
commit
6ef2fdb789
5 changed files with 56 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue