Spinner 1.1.20
See the version list below for details.
dotnet add package Spinner --version 1.1.20
NuGet\Install-Package Spinner -Version 1.1.20
<PackageReference Include="Spinner" Version="1.1.20" />
paket add Spinner --version 1.1.20
#r "nuget: Spinner, 1.1.20"
// Install Spinner as a Cake Addin #addin nuget:?package=Spinner&version=1.1.20 // Install Spinner as a Cake Tool #tool nuget:?package=Spinner&version=1.1.20
<div align="center"> <img src="./assets/logo.png?raw=true"> </div>
Introduction
Spinner is a versatile and efficient tool designed to streamline data interchange between applications. With its intuitive object mapping capabilities, Spinner excels in translating complex information into a format that can be easily understood and processed by a wide range of systems.
Moreover, Spinner boasts a user-friendly interface that empowers developers to effortlessly configure mappings, reducing the time and effort required to integrate disparate systems. Its adaptability extends to various data types, allowing for precise mapping of objects, arrays, and other complex structures.
Features
- Swift Writing Speed.
- Effortlessly Transforms Objects into Mapped Strings.
- Seamlessly Converts Mapped Strings back into Objects.
Quick Start
Installation
dotnet add package Spinner
Usage
To accurately represent the final string, instantiate an object. Note that utilizing the WriteProperty attribute is essential for this process.
[ObjectMapper(length: 50)]
public struct Nothing
{
public Nothing(string name, string webSite)
{
this.Name = name;
this.WebSite = webSite;
}
[WriteProperty(length: 20, order: 1, paddingChar: ' ')]
public string Name { get; private set; }
[WriteProperty(length: 30, order: 2, paddingChar: ' ')]
public string WebSite { get; private set; }
}
var nothing = new Nothing("spinner", "www.spinner.com.br");
var spinner = new Spinner<Nothing>(nothing);
var stringResponse = spinner.WriteAsString();
// stringResponse = " spinner www.spinner.com.br"
Documentation
Refer to 'Learn: Getting Started' for comprehensive instructions on setting up your project. here.
Contributors
Support
We appreciate any donations. Your contributions to the Spinner project will be used exclusively for maintaining the Spinner domain and SSL certificate.
License
Our code and framework are licensed under the MIT license. Please see the license file for more information. You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.
Stats
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 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. |
-
net6.0
- ClrHeapAllocationAnalyzer (>= 3.0.0)
- Microsoft.CodeAnalysis (>= 4.11.0)
- Microsoft.CodeAnalysis.Common (>= 4.11.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.11.0)
- Microsoft.VisualStudio.CoreUtility (>= 17.11.260)
- NoAlloq (>= 0.2.0)
-
net8.0
- ClrHeapAllocationAnalyzer (>= 3.0.0)
- Microsoft.CodeAnalysis (>= 4.11.0)
- Microsoft.CodeAnalysis.Common (>= 4.11.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.11.0)
- Microsoft.VisualStudio.CoreUtility (>= 17.11.260)
- NoAlloq (>= 0.2.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 | |
---|---|---|---|
2.0.3-Preview | 141 | 11/20/2023 | |
2.0.1-Preview | 102 | 2/6/2023 | |
2.0.0-Preview | 119 | 8/10/2022 | |
1.1.20 | 70 | 9/24/2024 | |
1.1.9 | 62 | 9/24/2024 | |
1.1.8 | 764 | 11/9/2022 | |
1.1.7 | 314 | 11/5/2022 | |
1.1.6 | 1,083 | 3/6/2022 | |
1.1.5 | 390 | 3/6/2022 | |
1.1.4 | 233 | 1/5/2022 | |
1.1.3 | 4,005 | 12/20/2021 | |
1.1.2 | 252 | 12/18/2021 | |
1.1.1 | 1,161 | 11/28/2021 | |
1.1.0 | 847 | 11/21/2021 | |
1.0.0 | 360 | 10/30/2021 | |
1.0.0-RC1 | 824 | 11/14/2021 | |
1.0.0-Preview7 | 857 | 11/14/2021 | |
1.0.0-Preview6 | 804 | 11/14/2021 | |
1.0.0-Preview5 | 966 | 11/6/2021 | |
1.0.0-Preview4 | 900 | 10/31/2021 | |
1.0.0-Preview3 | 329 | 10/31/2021 | |
1.0.0-Preview2 | 325 | 10/31/2021 |