Thunder.Standard.Lib 1.2.21

dotnet add package Thunder.Standard.Lib --version 1.2.21
                    
NuGet\Install-Package Thunder.Standard.Lib -Version 1.2.21
                    
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="Thunder.Standard.Lib" Version="1.2.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Thunder.Standard.Lib" Version="1.2.21" />
                    
Directory.Packages.props
<PackageReference Include="Thunder.Standard.Lib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Thunder.Standard.Lib --version 1.2.21
                    
#r "nuget: Thunder.Standard.Lib, 1.2.21"
                    
#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.
#:package Thunder.Standard.Lib@1.2.21
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Thunder.Standard.Lib&version=1.2.21
                    
Install as a Cake Addin
#tool nuget:?package=Thunder.Standard.Lib&version=1.2.21
                    
Install as a Cake Tool

# Thunder.Standard.Lib
Basic lib for standard.
Inculde list:
- Extensions
 - Enum  
   - Description to string
   - value to enum
   - string to enum
 - Json string and object convert tow way
 - List to ObservableCollection
 - INotifyPropertyChanged automatic convert property name
 - Object copy property to new Object (deep copy)
 - String
   - pick number in string to list
   - check string IsNull?
   - Clip convert to string list by break or tab or space
   - Fuzzy search string use Like
   - Wildcard search string use KeyLike,wildcard = "_"
- Compress
 - Include gzip,sharpzip,lz4
- LargeObject
Package object,small transfer data.
- SelectOption
- ApiClient  
Easy to webapi by use httpclient,Include package object to largeobject

Product 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
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.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Thunder.Standard.Lib:

Package Downloads
Thunder.Blazor

Blazor framework for rapid development of the program. Include Common Control base class, and interactions associated logic. Separation of interface and business logic. As a basic framework to use.

Thunder.Standard.Lib.IO.SharpZip

# Thunder.Standard.Lib Basic lib for standard.

Thunder.Standard.Lib.IO.LZ4

# Thunder.Standard.Lib Basic lib for standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.21 788 3/24/2022
1.2.20 624 3/24/2022
1.2.19 583 11/17/2021
1.2.18 2,655 7/29/2020
1.2.17 1,556 7/29/2020
1.1.16 754 6/1/2020
1.1.14 712 5/30/2020
1.0.12-CI-20220622-235633 429 6/22/2022
1.0.12-CI-20220324-030532 455 3/24/2022
1.0.12-CI-20220324-024325 467 3/24/2022
1.0.12-CI-20220324-023608 415 3/24/2022
1.0.12-CI-20220201-162821 432 2/1/2022
1.0.12-CI-20200729-070427 561 7/29/2020
1.0.12-CI-20200729-034446 580 7/29/2020
1.0.12-CI-20200729-034114 560 7/29/2020
1.0.12-CI-20200717-095439 514 7/17/2020
1.0.12-CI-20200715-074011 488 7/15/2020
1.0.12-CI-20200601-061412 570 6/1/2020
1.0.12-CI-20200531-163320 588 5/31/2020
Loading failed