VOOZH about

URL: https://www.nuget.org/packages/StoneKit.Core.Common/

⇱ NuGet Gallery | StoneKit.Core.Common 2024.1.1.391401




👁 Image
StoneKit.Core.Common 2024.1.1.391401

dotnet add package StoneKit.Core.Common --version 2024.1.1.391401
 
 
NuGet\Install-Package StoneKit.Core.Common -Version 2024.1.1.391401
 
 
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="StoneKit.Core.Common" Version="2024.1.1.391401" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StoneKit.Core.Common" Version="2024.1.1.391401" />
 
Directory.Packages.props
<PackageReference Include="StoneKit.Core.Common" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StoneKit.Core.Common --version 2024.1.1.391401
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StoneKit.Core.Common, 2024.1.1.391401"
 
 
#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.
#:package StoneKit.Core.Common@2024.1.1.391401
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StoneKit.Core.Common&version=2024.1.1.391401
 
Install as a Cake Addin
#tool nuget:?package=StoneKit.Core.Common&version=2024.1.1.391401
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

StoneKit Common Utilities and Extension methods

Installation

You can install by using NuGet:

PM> Install-Package StoneKit.Core.Common

Extension Methods:*

Enumerable:
int Count(this IEnumerable source)
bool IsNullOrEmpty<T>(this IEnumerable<T> value)
void Iter<T>(this IEnumerable<T> value, Action<T> action) // Apply the given function to each element of the collection
void IterSafe<T>(this IEnumerable<T> value, Action<T> action, Action<Exception> exceptionHandler = null!)


bool IsNotNull(this object obj)
bool IsNull(this object obj)
Type CreateType(TypeBuilder typeBuilder)
Type? GetCollectionItemType(this Type type)
ConstructorInfo? GetDefaultCtor(this Type type)
KeyValuePair<Type, Type> GetDictionaryItemTypes(this Type type)
MethodInfo? GetGenericMethod(this Type type, string methodName, params Type[] arguments)
bool HasDefaultCtor(this Type type)
bool IsDictionaryOf(this Type type)
bool IsIEnumerable(this Type type)
bool IsIEnumerableOf(this Type type)
bool IsListOf(this Type type)
bool IsNullable(this Type type)

Dictionary:
TValue? GetOrDefault<TKey, TValue>(this IDictionary<TKey, TValue> value, TKey key)
void TryAdd<TKey, TValue>(this Dictionary<TKey, TValue>? dictionary, Dictionary<TKey, TValue>? itemsToAdd)


Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on StoneKit.Core.Common:

Package Downloads
StoneKit.Core.Structs.TypePair

Represents a pair of types used for object mapping and type conversion

StoneKit.TransverseMapper

Transverse - Fastest and quickest object mapper for dotnet

StoneKit.Trustee.Providers.Git

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2024.1.1.391401 277 10/5/2024
2024.1.1.305385 278 8/5/2024
2024.1.1.268769 219 7/9/2024
2024.1.1.261674 215 7/4/2024
2024.1.1.261665 232 7/4/2024
2024.1.1.261631 234 7/4/2024
2024.1.1.260673 249 7/3/2024
2024.1.1.260489 247 7/3/2024
2024.1.1.260485 242 7/3/2024
1.24.703.180756 618 7/3/2024
1.24.703.164605 485 7/3/2024
1.24.703.121207 938 7/3/2024
1.24.626.192706 239 6/26/2024
1.24.612.859 225 6/11/2024
1.24.611.233127 226 6/11/2024
1.24.611.232750 259 6/11/2024
1.24.603.121931 218 6/3/2024
1.24.317.170729 306 3/17/2024
1.24.317.170542 239 3/17/2024
1.24.317.164648 240 3/17/2024
Loading failed