UniversalClassLibrary
August 29, 2016 ยท View on GitHub
UniversalClassLibrary
Class library for all .NET platforms.
Purpose
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.
Download
UniversalClassLibrary is available as a NuGet package through nuget.org with the package ID Meowtrix.UniversalClassLibrary.
Components
ITask
An interface wrapper for Task Parallel Library, provides covariance. See Threading/ITask.
Linq
Additional methods for System.Linq.
ComponentModel.NotificationObject
A base class that implements System.ComponentModel.INotifyPropertyChanged.
Text.UnicodeEscape
Utilities for unicode encoded (\uXXXX) strings.
Collections
Additional generic Collections.