Class library for all .NET platforms.
Provides some classes and helpers that can be used in all .NET platforms.
Because .NETFramework provides BCL with the framework, while other platforms only provide runtime, it's necessary to specify net46 as a explicit supported platform.
UniversalClassLibrary is available as a NuGet package through nuget.org with the package ID Meowtrix.UniversalClassLibrary
.
An interface wrapper for Task Parallel Library, provides covariance. See Threading/ITask.
Additional methods for System.Linq
.
A base class that implements System.ComponentModel.INotifyPropertyChanged
.
Utilities for unicode encoded (\uXXXX) strings.
Additional generic Collections.