PowerXtensions.DotNet
2.0.0-beta-001
Prefix Reserved
See the version list below for details.
dotnet add package PowerXtensions.DotNet --version 2.0.0-beta-001
NuGet\Install-Package PowerXtensions.DotNet -Version 2.0.0-beta-001
<PackageReference Include="PowerXtensions.DotNet" Version="2.0.0-beta-001" />
paket add PowerXtensions.DotNet --version 2.0.0-beta-001
#r "nuget: PowerXtensions.DotNet, 2.0.0-beta-001"
// Install PowerXtensions.DotNet as a Cake Addin #addin nuget:?package=PowerXtensions.DotNet&version=2.0.0-beta-001&prerelease // Install PowerXtensions.DotNet as a Cake Tool #tool nuget:?package=PowerXtensions.DotNet&version=2.0.0-beta-001&prerelease
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
[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
DateTime Extensions
- DifferenceInDaysBetweenDates
- IsWeekend
- FirstDayOfMonth
- FirstTimeOfDay
- LastDayOfMonth
- LastTimeOfDay
- NextBusinessDay
- YearsOld
String Extensions
- AllCharactersSame
- Base64Decode
- Base64Encode
- Contains
- HasMoreThanOneWord
- HexadecimalDecode
- HexadecimalEncode
- IsNullOrEmptyOrWhiteSpace
- OnlyNumbers
- Remove
- ToDateTime
- ToInt
- ToLong
- ToShort
- ToNullableDateTime
- ToNullableInt
- ToNullableLong
- ToNullableShort
Product | Versions 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. |
-
.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 | 198 | 3/18/2022 | |
2.0.0 | 502 | 3/11/2022 | |
2.0.0-beta-003 | 177 | 3/8/2022 | |
2.0.0-beta-002 | 176 | 3/8/2022 | |
2.0.0-beta-001 | 169 | 3/6/2022 | |
1.0.0 | 452 | 2/24/2022 | |
1.0.0-beta-002 | 225 | 2/23/2022 | |
1.0.0-beta-001 | 188 | 2/20/2022 |
[EN] This is the first version and has only String extensions.
[PT-BR] Esta é a primeira versão e tem apenas extensões de String.