ModelWrapper 2.1.1

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

// Install ModelWrapper as a Cake Tool
#tool nuget:?package=ModelWrapper&version=2.1.1

ModelWrapper Nuget

ModelWrapper is a set of tools for enriching model object manipulation, allowing all data sent to the server to be captured by WrapRequest<TModel>, feeding the model object (TModel) and allowing all other information to be extracted and used by extended functionality. - isilveria.

Purpose

ModelWrapper came up to simplify the use of ViewModels by creating a base class that should be used in the project's ViewModels allowing ViewModel to have all of the entity's original attributes, as well as extend functionality to ViewModel.

Functionalities

WrapRequest<Model> - Base class for request ViewModels that extends all entity properties (TModel) and implements features like HTTP basic verbs.

WrapResponse<Model> - Response ViewModels base class that extends all entity properties (TModel) that have been set to return and implements methods to get typed return data.

Usage

...

GitHub

https://github.com/isilveira/ModelWrapper

Nuget

https://www.nuget.org/packages/ModelWrapper

Package Manager

PM> Install-Package ModelWrapper -Version 2.1.1

.NET CLI

> dotnet add package ModelWrapper --version 2.1.1

Packet

> paket add ModelWrapper --version 2.1.1

License

All files are released with the MIT license.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ModelWrapper:

Package Downloads
BAYSOFT.Abstractions

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.16 48 4/25/2024
4.0.15 42 4/25/2024
4.0.14 35 4/25/2024
4.0.13 178 3/18/2024
4.0.12 117 2/22/2024
4.0.11 98 2/7/2024
4.0.10 120 2/3/2024
4.0.9 86 2/1/2024
4.0.8 257 12/12/2023
4.0.7 98 12/11/2023
4.0.6 158 11/28/2023
4.0.5 178 11/23/2023
4.0.4 156 11/18/2023
4.0.3 156 11/12/2023
4.0.2 188 9/2/2023
4.0.1 351 4/22/2023
4.0.0 425 3/25/2023
3.0.0 592 1/30/2022
3.0.0-beta 185 11/19/2021
2.1.1 369 6/10/2021
2.1.0 833 1/18/2020
2.0.2 577 12/6/2019
2.0.1 572 12/4/2019
2.0.0 550 11/20/2019
1.1.0 702 3/22/2019
1.0.1 646 3/20/2019
1.0.0 626 3/20/2019
1.0.0-beta 720 6/28/2018

Changing the project to .NET Sandard