SystemLibrary.Common.Net 7.8.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SystemLibrary.Common.Net --version 7.8.0.1
NuGet\Install-Package SystemLibrary.Common.Net -Version 7.8.0.1
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="SystemLibrary.Common.Net" Version="7.8.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SystemLibrary.Common.Net --version 7.8.0.1
#r "nuget: SystemLibrary.Common.Net, 7.8.0.1"
#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.
// Install SystemLibrary.Common.Net as a Cake Addin
#addin nuget:?package=SystemLibrary.Common.Net&version=7.8.0.1

// Install SystemLibrary.Common.Net as a Cake Tool
#tool nuget:?package=SystemLibrary.Common.Net&version=7.8.0.1

SystemLibrary Common Net

Description

Library with classes and methods for every >= .NET 7 application

Features

  • Extensions for Strings, Arrays, Lists, Enums, ... such as Is(), IsNot() and ToEnum()
  • Dump.Write() "equivalent" to console.log in javascript
  • Config<> class, inherit it and it reads .json config file that has the same name, and also runs transformations based on EnvironmentName
  • ToValue and ToText extensions on Enum, through two attributes: EnumText, EnumValue
  • ToJson() on any object, converting to json string or to a C# model from a json string
  • PartialJson on a json string, to convert only a part of the whole json, into the C# class, no need to model it all
  • Fire and forget in Async.Run()!
  • Cryptation of string or byte[] through the extension methods: Encrypt() and Decrypt() - uses AES CBC PKCS7
  • Obfuscate a string through extension Obfuscate() and Deobfuscate()
  • Convert to Base64 for string and byte[] through extension method ToBase64()
  • Hash anything through ToSha1(), ToSha256() and ToMd5() extensions for string, byte[] and Stream

Requirements

  • >= .NET 7

Latest Release Notes

  • 7.8.0.1
  • StringExtension.IsEmpty function removed, use null check or "is/isnot" instead (breaking change)
  • Cryptation.DevelopmentCryptationKey variable removed. One shall use either built-in during dev, or create a proper key
  • StringExtension.ReplaceAllWith() now can replace all with a empty string too
  • StringExtension.ToDateTimeOffset() added
  • JsonConverter for DateTimeOffset uses the ToDateTimeOffset string extension (breaking change)
  • ToDateTime stores all culture formats in a static array (optimization)
  • StringExtension.EndsWithAnyCaseInsensitive() from ordinal to invariant check
  • StringExtension.ToSevrerMapPath reusing static variable from AppData (optimization)
  • Dump.Debug moved to root of the configuration for this package (breaking change)
  • JsonConverters reusing a static instance for int and long converters (optimization)
Version history
  • View git history of this file if interested

Installation

Documentation

Nuget

Source

Suggestions and feedback

License

  • Free
Product 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SystemLibrary.Common.Net:

Package Downloads
SystemLibrary.Common.Web

Library with classes and methods for every >= .NET 7 web application https://github.com/systemlibrary/systemlibrary-common-web/#Description Installation https://systemlibrary.github.io/systemlibrary-common-web/Install.html Documentation with sample code https://systemlibrary.github.io/systemlibrary-common-web/

SystemLibrary.Common.Net.Json

SystemLibrary.Common.Net.Json for any .NET >= 5 application - various reuseable extensions and a partial json searcher Selling points: * Extension for converting C# object to json string * Extension for converting json string to C# object * Extension for converting parts of a json string to C# object Documentation: https://systemlibrary.github.io/systemlibrary-common-net-json/ Source code: https://github.com/systemlibrary/systemlibrary-common-net-json/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.9.0.1 37 7/1/2024
7.8.0.1 30 6/30/2024
7.7.0.1 80 6/23/2024
7.6.0.4 95 6/9/2024
6.12.0.5 205 12/7/2023
1.0.0.16 507 10/11/2021