CsharpUtilsLib 1.0.31
See the version list below for details.
dotnet add package CsharpUtilsLib --version 1.0.31
NuGet\Install-Package CsharpUtilsLib -Version 1.0.31
<PackageReference Include="CsharpUtilsLib" Version="1.0.31" />
paket add CsharpUtilsLib --version 1.0.31
#r "nuget: CsharpUtilsLib, 1.0.31"
// Install CsharpUtilsLib as a Cake Addin #addin nuget:?package=CsharpUtilsLib&version=1.0.31 // Install CsharpUtilsLib as a Cake Tool #tool nuget:?package=CsharpUtilsLib&version=1.0.31
CsharpUtilsLib
Lib with methods to facilitate day-to-day development with C#.
- Brazil
Format Brazilian documents and others things:
- FormatPIS
- FormatCPF
- FormatCNPJ
- FormatPhoneNumber
- FormatCEP
- FormatNCM
- FormatFIPECode
Validate Brazilian documents and ohers things:
- IsValidCNPJ
- IsValidCPF
- IsValidPis
- IsValidVoterIDCard (Título de Eleitor)
- IsValidCep
Others
- BrazilProcessNumber (class)
- Collections
Operations with collections:
- ConcatLists
- GetRandomElement
- BubbleSort
- MostFrequent
- DictionaryIsNullOrEmpty
- DictionaryIsNull
- DictionaryIsEmpty
- ListIsNullOrEmpty
- ListIsNull
- ListIsEmpty
- AddIfNotNull (ICollection, IDictionary)
- AddOrChangeValue
- AddOrChangeValueByIndex
- KeyValueIsNull
- AddRangeIfNotNullOrEmpty
- TryGetValue (IDictionary, Arrays, IList, KeyValuePair)
- ToNullList
- AddIfNotEmptyOrNull
- KeyValueIsNullOrEmpty
- ToDefaultListIfNull
- ToDistinctList
- Compression
Compress/Decompress text and bytes (Brotli/GZip/Deflate)
- Compress
- Decompress
- CompressAsync
- DecompressAsync
- CompressString
- DecompressString
- CompressStringAsync
- DecompressStringAsync
- Crypto
Encryption algorithms
- AesCrypto
- Base32
- Date
Operations with date objects:
- GetAllYearDates
- GetLastDayOfWeek
- GetFirstDayOfWeek
- LastDayOfMonth
- GetAge
- IsWeekend
- IsWeekday
- IsBetweenDates
- GetNextWeekday
- GetWeekdayCount
- ConvertToDatetime
- Enums
Operations with enums:
- GetEnumValuesAndNames
- GetEnumValues
- GetDisplayName
- GetEnumName
- GetEnumValue
Extensions
- GetRandom
- With
- Clone
- ConvertTo
- External
Operatons with external tools:
- Companies (class)
- FIPE table (class)
- IP (class)
- NCM (class)
- National Brazil Holidays (class)
- Taxs (class)
- CEP (class)
- Country (class)
- GoogleTranslate (class)
- ISBN (class)
- Ticker (class)
- Temperature (class)
- Meal (class)
- Inflation (class)
- Geolocation (class)
- English Dictionary (class)
- Currency Converter (class)
- Correios Tracking (class)
- Correios Shipping (class)
- IBGE News (class)
- Inflation (class)
- FilesDirectories
Operations with files and/or directories:
- DeleteFile
- DeleteFolder
- IsXML
- IsJson
- IsHTML
- CreateDirectoryIfNotExists
- CreateFileIfNotExists
- CreateLocalFileIfNotExists
- CreateLocalDirectoryIfNotExists
- FileTypeIdentify (class)
- GetDirectorySizeContent
- RenameFile
- ClearDirectoryContent
- CopyDirectoryContent
- CreateTextFileWithContent
- MergeFiles
- HTTP
Operations with http requests:
- HttpWrapper (class)
- IHttpWrapper (interface)
- Numerics
Operations with numbers:
- CalculateLoanCost
- CalculateNetPresentValue
- GetLongestSequence
- RandomNumbers
- IsInRange
- GetMissingNumbers
- IsNumeric
- GetAverage
- Factorial
- IsEven
- IsOdd
- IsPrime
- StandardDeviation
- Reflections
Operations with reflection:
- GetDisplayName
- DefaultConstructor
- CreateInstance
- InvokeMethod
- SetPropertyValue
- GetPropertyValue
- GetStringPropertyValue
- SetFieldValue
- GetFieldValue
- GetStringFieldValue
- GetFullTypeName
- HasPropertyOrField
- SQL
Operations with databases (Mysql, PostgreSql, SqlLite, SqlServer):
- InsertWithId / InsertWithIdAsync
- Insert / InsertAsync
- Update / UpdateAsync
- Delete / DeleteAsync
- Exists / ExistsAsync
- SelectOne / SelectOneAsync
- Select / SelectAsync
- ExecuteNonQuery / ExecuteNonQueryAsync
- ExecuteScalar / ExecuteScalarAsync
- ExecuteReader / ExecuteReaderAsync
- Texts
Operations with strings:
- RemoveSpecialCharacters
- SplitStringWithoutNullOrEmpty
- GenerateRandomPassword
- IsSequentialRepetition
- RemoveAllWhitespace
- MultiReplace
- GetMostFrequentSeparator
- CountOcurrences
- RemoveDiacritics
- MatchFirstOcurrency
- MatchListOcurrencies
- RemoveDuplicateWords
- GetUniqueKey
- RemoveDocumentMask
- ToTitleCase
- ConvertToString
- SpecificSplit
- Count
- OnlyNumbers
- SafeSubstring
- ToByteArray
- ToByteArrayAscii
- ToAscii
- ToUTF8
- Web
Operations involving captures on the internet:
- HtmlString (class)
- CurrentPage and PageMetaData (Pagination classes)
- RandomUserAgent (class)
- Pagination
- ToFormPostData
- ToJsonPostData
- GetQueryStringValue
- GetAllQueryStringValues
- AddQueryString
- IsValidUrl
- GetHeader
- CombineUrl
- ClearHtml
- Global
Generic operations:
- IsValidEmail
- IsValidEAN
- IsValidIpAddress
- SystemResources
Monitoring system resources (memory, cpu and time):
- TaskMonitor (class)
- Tasks
Operations with tasks:
- WhenAnyWithCompletionSource
- WhenAllWithThrottling
- WhenAllWithProgress
- FireAndForget
- Retry
- OnFailure
- WithTimeout
- Fallback
- TryAsync
- XML
Operations with xml:
- GetElementValue
- AddElement
- GetAttributeValue
- RemoveElement
- ToXmlElement
- ToObject
- SerializeObjectToXml
- DeserializeXmlToObject
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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 is compatible. 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. |
-
net7.0
- HtmlAgilityPack (>= 1.11.46)
- Microsoft.AspNetCore.WebUtilities (>= 2.2.0)
- MySql.Data (>= 8.0.32.1)
- Newtonsoft.Json (>= 13.0.3)
- Npgsql (>= 7.0.2)
- ParquetSharp (>= 13.0.0)
- sqlkata (>= 2.4.0)
- sqlkata.Execution (>= 2.4.0)
- System.Data.OracleClient (>= 1.0.8)
- System.Data.SqlClient (>= 4.8.5)
- System.Data.SQLite.Core (>= 1.0.117)
- System.IO.pipelines (>= 8.0.0)
-
net8.0
- HtmlAgilityPack (>= 1.11.46)
- Microsoft.AspNetCore.WebUtilities (>= 2.2.0)
- MySql.Data (>= 8.0.32.1)
- Newtonsoft.Json (>= 13.0.3)
- Npgsql (>= 7.0.2)
- ParquetSharp (>= 13.0.0)
- sqlkata (>= 2.4.0)
- sqlkata.Execution (>= 2.4.0)
- System.Data.OracleClient (>= 1.0.8)
- System.Data.SqlClient (>= 4.8.5)
- System.Data.SQLite.Core (>= 1.0.117)
- System.IO.pipelines (>= 8.0.0)
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.35 | 45 | 11/15/2024 |
1.0.34 | 36 | 11/15/2024 |
1.0.33 | 33 | 11/15/2024 |
1.0.32 | 133 | 10/30/2024 |
1.0.31 | 76 | 10/30/2024 |
1.0.30 | 110 | 7/7/2024 |
1.0.29 | 287 | 4/16/2024 |
1.0.28 | 114 | 4/15/2024 |
1.0.27 | 131 | 4/13/2024 |
1.0.26 | 325 | 1/14/2024 |
1.0.25 | 178 | 12/23/2023 |
1.0.24 | 137 | 12/17/2023 |
1.0.23 | 140 | 12/17/2023 |
1.0.22 | 146 | 8/29/2023 |
1.0.21 | 157 | 6/18/2023 |
1.0.20 | 158 | 6/5/2023 |
1.0.19 | 154 | 6/3/2023 |
1.0.18 | 155 | 5/18/2023 |
1.0.17 | 154 | 5/17/2023 |
1.0.16 | 197 | 4/9/2023 |
1.0.15 | 195 | 4/8/2023 |
1.0.14 | 201 | 4/8/2023 |
1.0.13 | 206 | 3/30/2023 |
1.0.12.1 | 202 | 3/29/2023 |
1.0.12 | 201 | 3/29/2023 |
1.0.11 | 204 | 3/29/2023 |
1.0.10 | 211 | 3/29/2023 |
1.0.9 | 220 | 3/28/2023 |
1.0.8 | 244 | 3/5/2023 |
1.0.7 | 235 | 3/4/2023 |
1.0.6 | 238 | 3/1/2023 |
1.0.5.1 | 242 | 3/1/2023 |
1.0.5 | 243 | 2/28/2023 |
1.0.4.1 | 239 | 2/28/2023 |
1.0.4 | 241 | 2/28/2023 |
1.0.3 | 246 | 2/25/2023 |
1.0.2 | 243 | 2/25/2023 |
1.0.1 | 252 | 2/15/2023 |
1.0.0 | 317 | 2/13/2023 |
[1.0.31] Added Exception field in HttpWrapper.