SystemLibrary.Common.Net 2.0.1.14

Additional Details

Newer version exists

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SystemLibrary.Common.Net --version 2.0.1.14
NuGet\Install-Package SystemLibrary.Common.Net -Version 2.0.1.14
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="2.0.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SystemLibrary.Common.Net --version 2.0.1.14
#r "nuget: SystemLibrary.Common.Net, 2.0.1.14"
#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=2.0.1.14

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

## Description
A library of classes and methods for any .NET >= 5 application
- Common useful extensions for strings, arrays, ...
- Custom config class by inheriting Config<> and it auto-reads your json config file into the C# class
- Dump.Write() equivalent to Console.Log in javascript
- Convert to/from Json through method ".ToJson()" on any object
- Convert parts of a json response to a C# class through .PartialJson() extension method
- Fire and Forget through Async.Run()

## Requirements
- >= .NET 5

## Latest Version
https://github.com/systemlibrary/systemlibrary-common-net#latest-version

## Docs
https://systemlibrary.github.io/systemlibrary-common-net/

## Suggestions and feedback
support@systemlibrary.com

## Lisence
- It's free forever, copy paste as you'd like

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
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.6.0.2 105 4/28/2024
6.12.0.5 183 12/7/2023
1.0.0.16 502 10/11/2021