PowerXtensions.DotNet 3.0.0-beta-001

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of PowerXtensions.DotNet.
dotnet add package PowerXtensions.DotNet --version 3.0.0-beta-001
NuGet\Install-Package PowerXtensions.DotNet -Version 3.0.0-beta-001
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="PowerXtensions.DotNet" Version="3.0.0-beta-001" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerXtensions.DotNet --version 3.0.0-beta-001
#r "nuget: PowerXtensions.DotNet, 3.0.0-beta-001"
#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 PowerXtensions.DotNet as a Cake Addin
#addin nuget:?package=PowerXtensions.DotNet&version=3.0.0-beta-001&prerelease

// Install PowerXtensions.DotNet as a Cake Tool
#tool nuget:?package=PowerXtensions.DotNet&version=3.0.0-beta-001&prerelease

Quality Gate Status Security Rating Vulnerabilities Coverage Nuget Package Version Nuget Package Download Counter License

PowerXtensions.DotNet

[EN] PowerXtensions.DotNet, as its name suggests, is a collection of extensions to be used in the .Net environment. These are extensions that were frequently rewritten in several projects and that's why I decided to make them public.
[PT-BR] PowerXtensions.DotNet, como o próprio nome sugere, é uma coleção de extensões para serem usadas no ambiente .Net. São extensões que frequentemente eram reescritas em diversos projetos e por isso decidi deixa-las publicas.

.Net Supported Versions

.Net .Net .Net .Net .Net .Net .Net .Net .Net .Net .Net .Net .Net .Net

[EN] See the full documentation here.
[PT-BR] Veja a documentação completa aqui.

[EN] See the package on nuget.org. Click here.
[PT-BR] Veja o pacote no nuget.org. Clique aqui.

Nuget Install

    PM > Install-Package PowerXtensions.DotNet

.Net Install

    > dotnet add package PowerXtensions.DotNet 

Byte Extensions

  • Base64Encode (Array)
  • Base64Encode (IEnumerable)

Char Extensions

  • ToInt

DateTime Extensions

  • DifferenceInDaysBetweenDates
  • IsWeekend
  • FirstDayOfMonth
  • FirstTimeOfDay
  • LastDayOfMonth
  • LastTimeOfDay
  • NextBusinessDay
  • YearsOld

String Extensions

  • AllCharactersSame
  • Base64Decode (Deprecated - Use Base64DecodeToString)
  • Base64DecodeToBytes
  • Base64DecodeToString
  • Base64Encode
  • Contains
  • HasMoreThanOneWord
  • HexadecimalDecode
  • HexadecimalEncode
  • IsNullOrEmptyOrWhiteSpace
  • OnlyNumbers
  • Remove
  • ToDateTime
  • ToInt
  • ToLong
  • ToShort
  • ToNullableDateTime
  • ToNullableInt
  • ToNullableLong
  • ToNullableShort
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-beta-001 173 3/18/2022
2.0.0 444 3/11/2022
2.0.0-beta-003 150 3/8/2022
2.0.0-beta-002 145 3/8/2022
2.0.0-beta-001 144 3/6/2022
1.0.0 423 2/24/2022
1.0.0-beta-002 196 2/23/2022
1.0.0-beta-001 159 2/20/2022

[EN] Include more extensions: Char, Byte and String Extensions.
[PT-BR] Incluído mais extensões: Char, Byte e String Extensions.