Interlook.Commons
1.2.0
.NET Core 2.2
This package targets .NET Core 2.2. The package is compatible with this framework or higher.
.NET Framework 4.5.1
This package targets .NET Framework 4.5.1. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Interlook.Commons --version 1.2.0
NuGet\Install-Package Interlook.Commons -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Interlook.Commons" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Interlook.Commons --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Interlook.Commons, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Interlook.Commons as a Cake Addin #addin nuget:?package=Interlook.Commons&version=1.2.0 // Install Interlook.Commons as a Cake Tool #tool nuget:?package=Interlook.Commons&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
interlook-commons
Another library of daily basis tools, one could wish to be included in .NET
Now supporting .Net Core and .NET 4.5.1
Description
This package provides several helper classes and extension methods, which try to support general to specific tasks.
It contains:
- Collections
CompositeObservableEnumerable
- an observable sequence, that automatically merges several observable sequencesObservableDictionary
- an observable generic dictionaryNullEntryDictionary
- a generic dictionary with an optional default value, whose key isnull
NullEntryObservableDictionary
- a combination of the two above
- versatile components
ChainOfResponsibility<>
andAsyncChainOfResponsibility<>
- dispatching objects for items, to be processed by different handlers, depending on their statusDelegateComparer
- an implementation forIEqualityComparer<T>
using delegatesDisposableToken
- base class for objects implementingIDisposable
to easily perform actions when disposingDelegateDisposableToken
- helper object for actions to execute when leaving anusing
blockMethodResult
andMethodResult<T>
- classes for return values of methods supporting status
- Eventing
EventBus
- implements right this, an event bus, offering methods for subcribing and publishing events, supporting filtering, subscription tokens and UI context- interfaces and classes to customize/extend
EventBus
- LINQ and Functional Programming
FunctionalExtensions
- extension methods for currying and partial applying functions/actionsDictionaryExtensions
- helper methods for generic dictionaries (e.g. getting values safely)EnumerationExtensions
- helper methods for enumerators and Linq2Objects- Classical monads from FP, namely
Maybe
,Either
,Try
as well as their lazy versionsMaybeLazy
,EitherLazy
andTryLazy
. Notice, that the lazy types are often the counterparts of the native pendants in functional languages (Haskell, F# etc.). Additionally:Reader
,Writer
andState
, which are lazy by default.
- String and text handling
- checking and comparing string
- constraining strings
- encrypt/decrypt text
- applying (crypto-)hash functions to text
- multi-strings (indexed alternate contents)
- parsing strings
- secure string equality check mitigating timing-attacks
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.2
- System.Security.Cryptography.ProtectedData (>= 4.6.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.5.1
- System.ValueTuple (>= 4.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Interlook.Commons:
Package | Downloads |
---|---|
Interlook.Configuration
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.