Bicycle.FExtensions 1.0.0.24

dotnet add package Bicycle.FExtensions --version 1.0.0.24
NuGet\Install-Package Bicycle.FExtensions -Version 1.0.0.24
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="Bicycle.FExtensions" Version="1.0.0.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bicycle.FExtensions --version 1.0.0.24
#r "nuget: Bicycle.FExtensions, 1.0.0.24"
#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 Bicycle.FExtensions as a Cake Addin
#addin nuget:?package=Bicycle.FExtensions&version=1.0.0.24

// Install Bicycle.FExtensions as a Cake Tool
#tool nuget:?package=Bicycle.FExtensions&version=1.0.0.24

This is a small package for easier work in functional style

History:
1.0.0.24 - Added Distinct(selector) method, wich is just shortcut for ".Select(selector).Distinct()"
1.0.0.23 - Method "SimpleJoin" became Obsolete, use "Filter" insteadd
1.0.0.22 - Added GetOrDefault method for IReadOnlyDictionary
Renamed SetIfEmpty -> DefaultIfEmty
Added new method SetIfEmty<> witch returns another collection if the source is empty;
Added override of DoIf  with Action<> argument instead Func<>
Added IfNotNull method, wich executes function only if this object is not null, else returns default value
Added DoIf method, which executes action if condition is true, esle returns original object
Fixed Left method for string with 0 length
Added If method with few overloads and also IfNotNull also
Target frameworks(Core2 & NetF) changed to Standard2
Added string extension method "Left" that allows safety get subsrting from 0 char to length.
Added SimpleJoin method which allows to filter collection by collection of keys.
Added (Single/Where)With(Min/Max) method
Added XML annotation for methods;
Added TryGetSingle method;
Added overloaded method "Do" that takes function as parameter but returns the same original object after function call, not the funcion result.
Method Do renamed to Make.
Added overloaded method "Do", which can return different types.

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 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Bicycle.FExtensions:

Package Downloads
Bicycle.MSSQLServiceBroker.Listener

This package allows to generate MSSQL Service Broker queues and connect to them. For more infromation see github wiki.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.24 1,909 12/12/2018
1.0.0.22 754 11/13/2018
1.0.0.20 826 9/13/2018
1.0.0.19 987 7/16/2018
1.0.0.18-beta 784 6/28/2018
1.0.0.16-beta 832 6/13/2018
1.0.0.14 1,063 5/30/2018
1.0.0.9 1,046 5/18/2018
1.0.0.8 1,020 5/8/2018
1.0.0.7 903 4/24/2018
1.0.0.7-beta 848 1/24/2018
1.0.0.6 1,086 1/23/2018
1.0.0.4 1,148 12/19/2017
1.0.0.3 1,120 12/19/2017
1.0.0.2 1,185 11/16/2017
1.0.0.1 1,171 11/2/2017

Method "SimpleJoin" became Obsolete, use "Filter" insteadd