2.0 KiB
2.0 KiB
Uno.Core
Uno.Core is nventive's attempt at filling some gaps in the existing .NET Base Class Library and related technologies. It reduces friction and increases the predictability of the API. It consists of a set of helpers, extension methods and additional abstractions.
The following packages are available:
Uno.Core.Extensions
is a set of extension methods on common .NET times such asFunc<>
,Action<>
,Regex
,Stream
, etc...Uno.Core.Extensions.Collections
is a set of collection-related extensions and types such asICollection
,IEnumerable
,Memory
, etc...Uno.Core.Extensions.Disposables
is a set ofIDisposable
implementationsUno.Core.Extensions.Equality
is a set of specialized equality comparersUno.Core.Extensions.Logging
is a set of extension methods forMicrosoft.Logging.Extensions
provided typesUno.Core.Extensions.Logging.Singleton
is a helper to get a singleton-basedthis.Log()
logging.Uno.Core.Extensions.Threading
is a set of helpers for threading such asUno.Transactional
orUno.Threading.FastAsyncLock
.Uno.Core.Extensions.Compatibility
is present for compatibility with existing applicationsUno.Core
is a meta-package which references all above packages.
Build status
Target | Branch | Status | Recommended Nuget packages version |
---|---|---|---|
development | master |
Have questions? Feature requests? Issues?
Make sure to visit our StackOverflow, create an issue or visit our gitter.