Nuclex.Support/Source
Markus Ewald cc1b8d095a Fixed an invalid XML comment
git-svn-id: file:///srv/devel/repo-conversion/nusu@280 d2e56fa2-650e-0410-a79f-9358c0239efd
2012-03-14 22:45:17 +00:00
..
Cloning Pool can now be used with types not derived from IRecyclable and/or without a public default constructor; consolidated type-related helper methods into a common helper class (TypeHelper.cs); optimized GetFieldInfosIncludingBaseClasses() method 2012-03-08 11:05:20 +00:00
Collections ReverseComparer still used old generic argument naming convention - fixed 2012-03-14 15:47:31 +00:00
IO All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
Licensing All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
Parsing All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
AffineThreadPool.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
AffineThreadPool.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
EnumHelper.cs Some cosmetic changes; all methods in the StringBuilderHelper are now extension methods; added GarbagePolicy enumeration for StringBuilder helper methods; custom Semaphore is not internal in Windows builds to avoid ambiguous symbols 2012-03-03 12:45:49 +00:00
EnumHelper.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
FloatHelper.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
FloatHelper.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
GarbagePolicy.cs Some cosmetic changes; all methods in the StringBuilderHelper are now extension methods; added GarbagePolicy enumeration for StringBuilder helper methods; custom Semaphore is not internal in Windows builds to avoid ambiguous symbols 2012-03-03 12:45:49 +00:00
IntegerHelper.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
IntegerHelper.Test.cs Added some helper classes for INotifyPropertyChanged; added unit tests for the ObservableSet class; documented the second Count property exposed by the multi dictionary 2012-03-03 10:57:08 +00:00
Observable.cs Added some helper classes for INotifyPropertyChanged; added unit tests for the ObservableSet class; documented the second Count property exposed by the multi dictionary 2012-03-03 10:57:08 +00:00
Observable.Test.cs Added some helper classes for INotifyPropertyChanged; added unit tests for the ObservableSet class; documented the second Count property exposed by the multi dictionary 2012-03-03 10:57:08 +00:00
ObservableHelper.cs Added some helper classes for INotifyPropertyChanged; added unit tests for the ObservableSet class; documented the second Count property exposed by the multi dictionary 2012-03-03 10:57:08 +00:00
ObservableHelper.Test.cs Added some helper classes for INotifyPropertyChanged; added unit tests for the ObservableSet class; documented the second Count property exposed by the multi dictionary 2012-03-03 10:57:08 +00:00
PathHelper.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
PathHelper.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
PropertyChangedEventArgsHelper.cs Some cosmetic changes; all methods in the StringBuilderHelper are now extension methods; added GarbagePolicy enumeration for StringBuilder helper methods; custom Semaphore is not internal in Windows builds to avoid ambiguous symbols 2012-03-03 12:45:49 +00:00
PropertyChangedEventArgsHelper.Test.cs Added some helper classes for INotifyPropertyChanged; added unit tests for the ObservableSet class; documented the second Count property exposed by the multi dictionary 2012-03-03 10:57:08 +00:00
Semaphore.cs Some cosmetic changes; all methods in the StringBuilderHelper are now extension methods; added GarbagePolicy enumeration for StringBuilder helper methods; custom Semaphore is not internal in Windows builds to avoid ambiguous symbols 2012-03-03 12:45:49 +00:00
Semaphore.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
Shared.cs Some cosmetic changes; all methods in the StringBuilderHelper are now extension methods; added GarbagePolicy enumeration for StringBuilder helper methods; custom Semaphore is not internal in Windows builds to avoid ambiguous symbols 2012-03-03 12:45:49 +00:00
Shared.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
StringBuilderHelper.cs Added MonoDevelop/Unity project for Nuclex.Support 2012-03-14 16:10:44 +00:00
StringBuilderHelper.Test.cs Unit tests for the StringBuilderHelper weren't properly localized, containing hard-coded decimal separators - fixed; StringBuilderHelper always used a dot as a decimal separate - behavior changed so it uses the system's current locale (StringBuilderHelper should be identical to the normal StringBuilder except not produce any garbage) 2012-03-08 09:55:29 +00:00
StringHelper.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
StringHelper.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
StringSegment.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
StringSegment.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
TypeHelper.cs Fixed an invalid XML comment 2012-03-14 22:45:17 +00:00
TypeHelper.Test.cs Moved another helper method that tests whether a type is carrying an attribute into the TypeHelper class 2012-03-08 17:14:42 +00:00
WeakReference.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
WeakReference.Phone7.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
WeakReference.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
XmlHelper.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
XmlHelper.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00