AryxDevLibrary 1.0.4.331
See the version list below for details.
dotnet add package AryxDevLibrary --version 1.0.4.331
NuGet\Install-Package AryxDevLibrary -Version 1.0.4.331
<PackageReference Include="AryxDevLibrary" Version="1.0.4.331" />
paket add AryxDevLibrary --version 1.0.4.331
#r "nuget: AryxDevLibrary, 1.0.4.331"
// Install AryxDevLibrary as a Cake Addin #addin nuget:?package=AryxDevLibrary&version=1.0.4.331 // Install AryxDevLibrary as a Cake Tool #tool nuget:?package=AryxDevLibrary&version=1.0.4.331
Package AryxDevLibraryCsharp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35-client is compatible. |
This package has 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 | |
---|---|---|---|
1.0.6.263 | 368 | 1/7/2022 | |
1.0.6.91 | 361 | 7/18/2021 | |
1.0.6.90 | 425 | 7/18/2021 | |
1.0.6.17 | 382 | 5/6/2021 | |
1.0.6.2 | 351 | 4/21/2021 | |
1.0.5.20 | 533 | 5/9/2020 | |
1.0.5.17 | 483 | 5/6/2020 | |
1.0.4.331 | 533 | 3/16/2020 | |
1.0.3.231 | 759 | 4/20/2019 | |
1.0.3.204 | 798 | 11/10/2018 | |
1.0.3.117 | 914 | 8/15/2018 | |
1.0.3.99 | 905 | 7/28/2018 | |
1.0.3.79 | 972 | 7/8/2018 | |
1.0.2.360 | 1,156 | 4/15/2018 | |
1.0.2.339 | 1,037 | 3/25/2018 | |
1.0.2.338 | 1,041 | 3/24/2018 | |
1.0.1.659 | 1,005 | 2/8/2018 | |
1.0.1.658 | 1,024 | 2/7/2018 | |
1.0.1.656 | 1,024 | 2/5/2018 |
StringUtils :
+method SafeSubstring() to cut string without worrying about maximum length
+method SafeEquals() to test strings equality with null.
-remove deprecated methods
ProcessUtils :
+method GoTo() to open explorer and select a file.
DateUtils :
+method LastDayOfMonth to get a DateTime object at the last day of the month of the date passed in input.
+method FirstDayOfMonth to get a DateTime object at the first day of the month of the date passed in input.
+method MaxDateTime to get the most recent date between two.
+method MinDateTime to get the earliest date between two.
New Utils : BooleansContainers
To be used to accumulate booleans and to know the number of true, false, as well as to perform AND and OR operations.