Unwired.Models
0.1.5
dotnet add package Unwired.Models --version 0.1.5
NuGet\Install-Package Unwired.Models -Version 0.1.5
<PackageReference Include="Unwired.Models" Version="0.1.5" />
<PackageVersion Include="Unwired.Models" Version="0.1.5" />
<PackageReference Include="Unwired.Models" />
paket add Unwired.Models --version 0.1.5
#r "nuget: Unwired.Models, 0.1.5"
#:package Unwired.Models@0.1.5
#addin nuget:?package=Unwired.Models&version=0.1.5
#tool nuget:?package=Unwired.Models&version=0.1.5
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.
- 👉 Nuget Package -
nuget page
Something is missing? Submit a new
product feature requestusing 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 | Versions 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. |
-
net7.0
- MediatR (>= 12.0.1)
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
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 |