fm.Extensions.Common 6.0.0

.NET 6.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package fm.Extensions.Common --version 6.0.0
NuGet\Install-Package fm.Extensions.Common -Version 6.0.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="fm.Extensions.Common" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fm.Extensions.Common --version 6.0.0
#r "nuget: fm.Extensions.Common, 6.0.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 fm.Extensions.Common as a Cake Addin
#addin nuget:?package=fm.Extensions.Common&version=6.0.0

// Install fm.Extensions.Common as a Cake Tool
#tool nuget:?package=fm.Extensions.Common&version=6.0.0

A collection of useful extension methods.

Commonly Used Types

  • ArrayExtensions
  • CollectionExtensions
  • ConvertibleExtensions
  • DictionaryExtensions
  • DoubleExtensions
  • EnumExtensions
  • EnumerableExtensions
  • ExceptionExtensions
  • Int32Extensions
  • ListExtensions
  • ObjectExtensions
  • StringBuilderExtensions
  • StringExtension
  • UriExtensions
Product Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on fm.Extensions.Common:

Package Downloads
fm.Extensions.Wpf

A collection of extensions for typical WPF scenarios, like Boxes, Value Converters, Template Selectors and other helpful extensions.

fm.EntityFrameworkCore.Relational

Extends Microsoft.EntityFrameworkCore.Relational with some raw SQL methods. Directly invoke ExecuteScalar/ExecuteReader on DbContext. Bulk update and delete rows.

fm.Mvvm.Wpf

A consequent take on the MVVM pattern without any compromises.

fm.ivanti.API

A library that warps the Ivanti Service Manager (ISM) API in a nice user-friendly package.

fm.Extensions.NetworkCredential

Extends System.Security.NetworkCredential with useful methods like .HasPassword()

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.0-preview.2 49 3/16/2023
7.0.0 116 3/4/2023
6.0.0 694 10/12/2022
5.1.0 544 3/26/2022
5.0.1 472 11/29/2021
5.0.0 14,872 8/11/2021
4.0.0 4,581 8/20/2020
3.1.0 4,147 4/27/2019
3.0.0 4,382 10/9/2017
2.0.0 2,477 3/2/2017
1.2.0 1,430 6/29/2016

- Target .NET 6
- Replaced .Limit(...) with .Clamp(...)
- Removed obsolete IDictionary.AddIfNotPresent(...) (use .TryAdd(...) instead)