fm.Extensions.Common
6.0.0
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
<PackageReference Include="fm.Extensions.Common" Version="6.0.0" />
paket add fm.Extensions.Common --version 6.0.0
#r "nuget: fm.Extensions.Common, 6.0.0"
// 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 |
-
net6.0
- No dependencies.
NuGet packages (7)
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.Mvvm.Wpf
A consequent take on the MVVM pattern without any compromises. |
|
fm.EntityFrameworkCore.Relational
Extends Microsoft.EntityFrameworkCore.Relational with some raw SQL methods. Directly invoke ExecuteScalar/ExecuteReader on DbContext. Bulk update and delete rows. |
|
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.0.0-preview.1 | 51 | 12/22/2022 |
6.0.0 | 540 | 10/12/2022 |
6.0.0-preview.2 | 52 | 10/12/2022 |
6.0.0-preview.1 | 56 | 10/10/2022 |
5.1.0 | 450 | 3/26/2022 |
5.0.1 | 458 | 11/29/2021 |
5.0.0 | 11,655 | 8/11/2021 |
4.0.0 | 4,513 | 8/20/2020 |
3.1.0 | 4,126 | 4/27/2019 |
3.0.0 | 4,369 | 10/9/2017 |
2.0.0 | 2,426 | 3/2/2017 |
1.2.0 | 1,416 | 6/29/2016 |
- Target .NET 6
- Replaced .Limit(...) with .Clamp(...)
- Removed obsolete IDictionary.AddIfNotPresent(...) (use .TryAdd(...) instead)