Unwired.Models 0.1.5

dotnet add package Unwired.Models --version 0.1.5
                    
NuGet\Install-Package Unwired.Models -Version 0.1.5
                    
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="Unwired.Models" Version="0.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Unwired.Models" Version="0.1.5" />
                    
Directory.Packages.props
<PackageReference Include="Unwired.Models" />
                    
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 Unwired.Models --version 0.1.5
                    
#r "nuget: Unwired.Models, 0.1.5"
                    
#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 Unwired.Models@0.1.5
                    
#: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=Unwired.Models&version=0.1.5
                    
Install as a Cake Addin
#tool nuget:?package=Unwired.Models&version=0.1.5
                    
Install as a Cake Tool

Unwired Models

Open-source Commons Features developed to facilitate the creation of a new project in .Net, providing some commons features.

✨ Important

Some names have been changed to have a U prefix. The idea is to make it easier to identify the lib's Types/Models The old names will carry over for backwards compatibility. But in future versions they will be removed.

Something is missing? Submit a new product feature request using the issues tracker..

✨ Using the library

👉 Step 1 - Install library into project

  • Package Manager
$ Install-Package Unwired.Models
  • .Net CLI
$ dotnet add package Unwired.Models

👉 Step 2 - Register Service In program.cs, add the call for services.AddUnwiredModels. This register it's necessary for use Criptography Methods.

IHost host = Host.CreateDefaultBuilder(args)
                        .ConfigureServices(services =>
                        {
                            var configuration = services.BuildServiceProvider().GetService<IConfiguration>();
                            services.AddUnwiredModels();        
                            services.AddHostedService<Worker>();
                        })
                        .Build();
host.Run();

The model UnwiredAccessor will be scope registered. Use IUnwiredAccessor for Dependency Injection.

👉 Step 3 - Use the Models Complete Documentation WIP

All other existing extensions methods and those that may be added in the future will be listed on the Wiki.

✨ Contacts

📧 Email - leo.cavalheiro.ti@gmail.com

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Unwired.Models:

Package Downloads
Unwired.Commons

Commons Methods and Extensions

Unwired.Domain

Base Domain

Unwired.Infra.Data

Tools for Entity Framework

Unwired.Notifications

Notification Abstraction

Unwired.Infra.Accessor

Configurações e Modelos de Accessors

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.5 703 3/7/2023
0.1.4 585 3/1/2023
0.1.3 398 2/28/2023
0.1.2 388 2/24/2023
0.1.1 381 2/24/2023
0.1.0 584 2/18/2023
0.0.13 660 12/29/2022
0.0.12 617 12/29/2022
0.0.11 795 12/27/2022
0.0.10 494 12/27/2022
0.0.9 483 12/27/2022
0.0.8 924 12/12/2022
0.0.7 600 12/3/2022
0.0.6 542 12/3/2022
0.0.5 569 12/3/2022
0.0.4 558 12/3/2022
0.0.3 537 11/12/2022
0.0.2 637 11/12/2022
0.0.1 480 11/12/2022