CBTools 1.5.0
dotnet add package CBTools --version 1.5.0
NuGet\Install-Package CBTools -Version 1.5.0
<PackageReference Include="CBTools" Version="1.5.0" />
<PackageVersion Include="CBTools" Version="1.5.0" />
<PackageReference Include="CBTools" />
paket add CBTools --version 1.5.0
#r "nuget: CBTools, 1.5.0"
#addin nuget:?package=CBTools&version=1.5.0
#tool nuget:?package=CBTools&version=1.5.0
A collection of Extensions and helpful classes/functions. Subject to change/growth.
Eg.
* IsEven for all number types
* Shuffle for arrays and IEnumerable (recursive shuffle, so may fail on very large lists)
* IsLower, IsNumeric, ToUpper, ToLower etc for char type
* FirstWord, LastWord, Capitalize, etc for string,
* Recursive file finder based on the path of a parent directory
* Read number from Console. Keep prompting until correct
* Write colored lines etc to console.
* Read while not flag (eg '#') for flag controlled while loop
* simple methods for building HTML strings eg. P("Hello world", ("id","hello")) will build <p id="hello">Hello world</p>, supports class and style. This is pretty simple, I just needed something basic, so it's not very fancy and never will be.
And many more.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Collections.Immutable (>= 1.5.0)
- System.IO (>= 4.3.0)
- System.Memory (>= 4.5.1)
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.5.0 | 953 | 2/13/2019 |
1.4.12 | 787 | 1/22/2019 |
1.4.11 | 749 | 1/22/2019 |
1.4.9 | 742 | 1/22/2019 |
1.4.8 | 790 | 1/17/2019 |
1.4.7 | 827 | 1/7/2019 |
1.4.6 | 800 | 12/17/2018 |
1.4.5 | 745 | 12/17/2018 |
1.4.4 | 763 | 12/14/2018 |
1.4.3 | 774 | 12/10/2018 |
1.4.2 | 777 | 12/5/2018 |
1.4.1 | 809 | 11/14/2018 |
1.3.1 | 827 | 10/31/2018 |
1.2.5 | 865 | 10/17/2018 |
1.2.4 | 859 | 10/16/2018 |
1.2.2 | 901 | 10/10/2018 |
1.2.1 | 869 | 10/7/2018 |
1.2.0 | 905 | 10/3/2018 |
1.1.4 | 881 | 10/2/2018 |
1.1.3 | 872 | 10/1/2018 |
1.1.2 | 858 | 9/27/2018 |
1.1.1 | 881 | 9/26/2018 |
1.1.0 | 863 | 9/26/2018 |
1.0.1 | 877 | 9/25/2018 |
1.0.0 | 923 | 9/25/2018 |
HTML string extensions improved to allow more attributes. This is a breaking change for most HTML string builders, but will allow for far greater flexibility.