DotaNet.Extensions
18.16.2
dotnet add package DotaNet.Extensions --version 18.16.2
NuGet\Install-Package DotaNet.Extensions -Version 18.16.2
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="DotaNet.Extensions" Version="18.16.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotaNet.Extensions --version 18.16.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotaNet.Extensions, 18.16.2"
#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 DotaNet.Extensions as a Cake Addin #addin nuget:?package=DotaNet.Extensions&version=18.16.2 // Install DotaNet.Extensions as a Cake Tool #tool nuget:?package=DotaNet.Extensions&version=18.16.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DotaNet.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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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 (2)
Showing the top 2 NuGet packages that depend on DotaNet.Extensions:
Package | Downloads |
---|---|
DotaNet.Objects
DotaNet.Objects |
|
DotaNet.RabbitMQ
DotaNet.RabbitMQ |
GitHub repositories
This package is not used by any popular GitHub repositories.