fm.Extensions.Common
6.0.0-preview.2
See the version list below for details.
dotnet add package fm.Extensions.Common --version 6.0.0-preview.2
NuGet\Install-Package fm.Extensions.Common -Version 6.0.0-preview.2
<PackageReference Include="fm.Extensions.Common" Version="6.0.0-preview.2" />
paket add fm.Extensions.Common --version 6.0.0-preview.2
#r "nuget: fm.Extensions.Common, 6.0.0-preview.2"
// Install fm.Extensions.Common as a Cake Addin
#addin nuget:?package=fm.Extensions.Common&version=6.0.0-preview.2&prerelease
// Install fm.Extensions.Common as a Cake Tool
#tool nuget:?package=fm.Extensions.Common&version=6.0.0-preview.2&prerelease
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 (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.
- Target .NET 6
- Replaced .Limit(...) with .Clamp(...)
- Removed obsolete IDictionary.AddIfNotPresent(...) (use .TryAdd(...) instead)
### preview.2
- Restored IDictionary.GetValueOrDefault(...) as CollectionExtensions on address IReadOnlyDictionary