Interlook.Commons 1.7.0

dotnet add package Interlook.Commons --version 1.7.0
NuGet\Install-Package Interlook.Commons -Version 1.7.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.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Interlook.Commons --version 1.7.0
#r "nuget: Interlook.Commons, 1.7.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.7.0

// Install Interlook.Commons as a Cake Tool
#tool nuget:?package=Interlook.Commons&version=1.7.0

interlook-commons

Another library of daily basis tools, one could wish to be included in .NET

NOW IS JUST META PACKAGE FOR:

  • Interlook.Collections
  • Interlook.Components
  • Interlook.Eventing
  • Interlook.Functional
  • Interlook.Text

Supporting .Net Core 2.2, .NET 4.5.1 and .NET 4.7.2

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 sequences
    • ObservableDictionary - an observable generic dictionary
    • NullEntryDictionary - a generic dictionary with an optional default value, whose key is null
    • NullEntryObservableDictionary - a combination of the two above
  • versatile components
    • ChainOfResponsibility<> and AsyncChainOfResponsibility<> - dispatching objects for items, to be processed by different handlers, depending on their status
    • DelegateComparer - an implementation for IEqualityComparer<T> using delegates
    • DisposableToken - base class for objects implementing IDisposable to easily perform actions when disposing
    • DelegateDisposableToken - helper object for actions to execute when leaving an using block
    • MethodResult and MethodResult<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/actions
    • DictionaryExtensions - 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 versions MaybeLazy,EitherLazy and TryLazy. Notice, that the lazy types are often the counterparts of the native pendants in functional languages (Haskell, F# etc.).
    • Additionally: Reader, Writer and State, 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 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.0 was computed.  netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.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 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.7.0 555 4/23/2020
1.6.0 557 3/30/2020
1.5.5 510 3/17/2020
1.5.0 518 1/16/2020
1.3.0 514 12/17/2019
1.2.0 487 11/12/2019
1.1.5 489 11/7/2019
1.0.1.3 2,449 6/15/2016