VOOZH about

URL: https://www.nuget.org/packages/Shapeless.AspNetCore/

⇱ NuGet Gallery | Shapeless.AspNetCore 1.2.4




👁 Image
Shapeless.AspNetCore 1.2.4

dotnet add package Shapeless.AspNetCore --version 1.2.4
 
 
NuGet\Install-Package Shapeless.AspNetCore -Version 1.2.4
 
 
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="Shapeless.AspNetCore" Version="1.2.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shapeless.AspNetCore" Version="1.2.4" />
 
Directory.Packages.props
<PackageReference Include="Shapeless.AspNetCore" />
 
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 Shapeless.AspNetCore --version 1.2.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Shapeless.AspNetCore, 1.2.4"
 
 
#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 Shapeless.AspNetCore@1.2.4
 
 
#: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=Shapeless.AspNetCore&version=1.2.4
 
Install as a Cake Addin
#tool nuget:?package=Shapeless.AspNetCore&version=1.2.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Shapeless

👁 license
👁 nuget
👁 dotNET China

Shapeless is a high-performance C# open-source library that offers a flexible manipulation experience akin to JavaScript JSON, supporting dynamic addition, deletion, lookup, and modification along with Linq and Lambda expression queries. It significantly simplifies the construction and manipulation of runtime objects while maintaining simplicity and robust performance characteristics.

Features

  • Flexible JSON Manipulation: Offers functionalities for adding, deleting, querying, and modifying similar to JavaScript, with compatibility for Linq and Lambda expressions.
  • Web Development Friendly: Seamlessly integrates with ASP.NET Core WebAPI and MVC, simplifying HTTP request handling and API development processes.
  • Dynamic Data Processing: Supports dynamic object construction and type conversion, featuring an efficient built-in data validation mechanism.
  • Serialization Support: Provides fast JSON serialization and deserialization capabilities, suitable for data exchange and storage needs.
  • Reactive Listening: Supports monitoring changes in values and removal of keys within JSON objects, automatically triggering event notifications.
  • Architectural Design: The design is flexible, making it easy to use and extend.
  • Cross-platform Without Dependencies: Supports cross-platform execution without requiring external dependencies.
  • High-quality Code Assurance: Adheres to high-standard coding norms, boasting unit test and integration test coverage as high as 98%.
  • .NET 8+ Compatibility: Can be deployed and used in environments running .NET 8 and higher versions.

Installation

dotnet add package Shapeless

Getting Started

We have many examples on our homepage. Here's your first one to get you started:

dynamic clay = Clay.Parse("""{"id":1,"name":"shapeless"}""");

// Add Property
clay.author = "百小僧";
clay["company"] = "百签科技";
clay.homepage = new[] { "https://furion.net/", "https://baiqian.com" };
clay.number = 10;

// Add Method
clay.sayHello = (Func<string>)(() => $"Hello, {clay.name}!");
clay.Increment = new Action(() => clay.number++);

// Call Method
Console.WriteLine(clay.number); // number: 10
clay.Increment();
Console.WriteLine(clay.number); // number: 11

// Print JSON
Console.WriteLine($"{clay.sayHello()}\r\n{clay:UZ}");

After running the above code, the console outputs the following content:

10
11
Hello, shapeless!
{"id":1,"name":"shapeless","author":"百小僧","company":"百签科技","homepage":["https://furion.net/","https://baiqian.com"],"number":11}

More Documentation

Documentation

You can find the Shapeless documentation on our homepage.

Contributing

The main purpose of this repository is to continue developing the core of Shapeless, making it faster and easier to use. The development of Shapeless is publicly hosted on Gitee, and we appreciate community contributions for bug fixes and improvements.

License

Shapeless is released under the open source license.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed.  net11.0 net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.4 96 6/23/2026
1.2.3 113 6/8/2026 1.2.3 is deprecated because it is no longer maintained and has critical bugs.
1.2.2 116 5/14/2026 1.2.2 is deprecated because it is no longer maintained and has critical bugs.
1.2.1 112 5/13/2026 1.2.1 is deprecated because it is no longer maintained and has critical bugs.
1.2.0 128 5/4/2026 1.2.0 is deprecated because it is no longer maintained and has critical bugs.
1.1.7 151 3/29/2026 1.1.7 is deprecated because it is no longer maintained and has critical bugs.
1.1.6 143 2/4/2026 1.1.6 is deprecated because it is no longer maintained and has critical bugs.
1.1.5 140 2/4/2026 1.1.5 is deprecated because it is no longer maintained and has critical bugs.
1.1.4 149 1/24/2026 1.1.4 is deprecated because it is no longer maintained and has critical bugs.
1.1.3 143 1/12/2026 1.1.3 is deprecated because it is no longer maintained and has critical bugs.
1.1.2 254 12/4/2025 1.1.2 is deprecated because it is no longer maintained and has critical bugs.
1.1.1 259 11/25/2025 1.1.1 is deprecated because it is no longer maintained and has critical bugs.
1.1.0 244 11/25/2025 1.1.0 is deprecated because it is no longer maintained and has critical bugs.
1.0.46 261 11/3/2025 1.0.46 is deprecated because it is no longer maintained and has critical bugs.
1.0.45 489 11/3/2025 1.0.45 is deprecated because it is no longer maintained and has critical bugs.
1.0.44 485 10/29/2025 1.0.44 is deprecated because it is no longer maintained and has critical bugs.
1.0.43 497 10/29/2025 1.0.43 is deprecated because it is no longer maintained and has critical bugs.
1.0.42 475 10/14/2025 1.0.42 is deprecated because it is no longer maintained and has critical bugs.
1.0.41 412 8/22/2025 1.0.41 is deprecated because it is no longer maintained and has critical bugs.
1.0.40 463 8/17/2025 1.0.40 is deprecated because it is no longer maintained and has critical bugs.
Loading failed