DotNetCore.Extensions
19.6.0
dotnet add package DotNetCore.Extensions --version 19.6.0
NuGet\Install-Package DotNetCore.Extensions -Version 19.6.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="DotNetCore.Extensions" Version="19.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetCore.Extensions --version 19.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotNetCore.Extensions, 19.6.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 DotNetCore.Extensions as a Cake Addin #addin nuget:?package=DotNetCore.Extensions&version=19.6.0 // Install DotNetCore.Extensions as a Cake Tool #tool nuget:?package=DotNetCore.Extensions&version=19.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DotNetCore.Extensions
AssemblyExtensions
public static class AssemblyExtensions
{
public static FileInfo FileInfo(this Assembly assembly) { }
}
ByteExtensions
public static class ByteExtensions
{
public static byte[] Compress(this byte[] bytes) { }
public static byte[] Decompress(this byte[] bytes) { }
public static T Object<T>(this byte[] bytes) { }
}
ClaimsPrincipalExtensions
public static class ClaimsPrincipalExtensions
{
public static Claim Claim(this ClaimsPrincipal claimsPrincipal, string claimType) { }
public static IEnumerable<string> ClaimRoles(this ClaimsPrincipal claimsPrincipal) { }
public static IEnumerable<string> Claims(this ClaimsPrincipal claimsPrincipal, string claimType) { }
public static string ClaimSub(this ClaimsPrincipal claimsPrincipal) { }
public static long Id(this ClaimsPrincipal claimsPrincipal) { }
public static IEnumerable<T> Roles<T>(this ClaimsPrincipal claimsPrincipal) where T : Enum { }
public static T RolesFlag<T>(this ClaimsPrincipal claimsPrincipal) where T : Enum { }
}
DateTimeExtensions
public static class DateTimeExtensions
{
public static List<(DateTime, DateTime)> Chunks(this DateTime startDate, DateTime endDate, int days) { }
}
DirectoryInfoExtensions
public static class DirectoryInfoExtensions
{
public static FileInfo GetFile(this DirectoryInfo directoryInfo, string name) { }
}
EnumExtensions
public static class EnumExtensions
{
public static string GetDescription(this Enum value) { }
public static string[] ToArray(this Enum value) { }
}
ObjectExtensions
public static class ObjectExtensions
{
public static byte[] Bytes(this object obj) { }
public static Dictionary<string, object> Dictionary(this object obj) { }
public static IEnumerable<PropertyInfo> GetPropertiesWithAttribute<T>(this object obj) where T : Attribute { }
public static string Serialize(this object obj) { }
public static void SetProperty(this object obj, string name, object value) { }
}
QueryableExtensions
public static class QueryableExtensions
{
public static IQueryable<T> Filter<T>(this IQueryable<T> queryable, string property, object value) { }
public static IQueryable<T> Filter<T>(this IQueryable<T> queryable, string property, string comparison, object value) { }
public static IQueryable<T> Order<T>(this IQueryable<T> queryable, string property, bool ascending) { }
public static IQueryable<T> Page<T>(this IQueryable<T> queryable, int index, int size) { }
}
StreamExtensions
public static class StreamExtensions
{
public static string ToBase64String(this Stream stream) { }
}
StringExtensions
public static class StringExtensions
{
public static T Deserialize<T>(this string value) where T : class { }
public static string ExtractNumbers(this string value) { }
public static bool IsDate(this string value) { }
public static bool IsEmail(this string value) { }
public static bool IsInteger(this string value) { }
public static bool IsLogin(this string value) { }
public static bool IsNumber(this string value) { }
public static bool IsPassword(this string value) { }
public static bool IsTime(this string value) { }
public static bool IsUrl(this string value) { }
public static string RemoveAccents(this string value) { }
public static string RemoveDuplicateSpaces(this string value) { }
public static string RemoveSpecialCharacters(this string value) { }
public static string Sanitize(this string value) { }
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DotNetCore.Extensions:
Package | Downloads |
---|---|
DotNetCore.Objects
DotNetCore.Objects |
|
DotNetCore.RabbitMQ
DotNetCore.RabbitMQ |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
19.6.0 | 28 | 11/15/2024 |