Levge.Domain 1.1.45

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

<img src="src/Levge.Domain/icon.png" width="100" height="100" alt="Levge.Domain logo" />

Levge.Domain

NuGet Build


Levge.Domain, Levge projeleri i�in domain (alan) varl�klar�, aray�zler ve numaraland�rmalar i�in temel tipleri i�eren bir k�t�phanedir.

�zellikler

  • ? DDD (Domain-Driven Design) i�in temel varl�k ve aray�z soyutlamalar�
  • ? Denetlenebilir (Auditable) ve yumu�ak silinebilir (soft-deletable) varl�k deste�i
  • ? Geni�letilebilir numaraland�rma (enumeration) temel tipleri

Kurulum

.NET CLI

dotnet add package Levge.Domain

Paket Y�neticisi

Install-Package Levge.Domain

Kurulum

  1. Konfig�rasyon ekleyin Program.cs dosyas�nda (e�er uzant� metodlar�n�z varsa): // builder.Services.AddLevgeDomain(options ⇒ { // options.SomeOption = true; // });

    Not: Bu paket varsay�lan olarak temel tipler sa�lar ve DI kurulumu gerektirmez.

  2. �ste�e ba�l� ara katman yaz�l�m� (middleware): // app.UseMiddleware<YourMiddleware>();

Kullan�m

using Levge.Domain.Entities;

public class User : AuditableEntity<int> { // ... �zellikleriniz ... }

// Levge.Exceptions (ba��ml�l�k) kullan�m �rne�i: throw new Levge.Exceptions.LevgeException("Bir �eyler ters gitti");

Yap�land�rma Se�enekleri

Se�enek A��klama
- -

Bu paket varsay�lan olarak yap�land�rma se�ene�i gerektirmez.

Lisans

MIT Lisans�. Detaylar i�in LICENSE dosyas�na bak�n�z.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Levge.Domain:

Package Downloads
Levge.AuditLog

Domain entity, interface, and enumeration base types for Levge projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.45 133 1/22/2026
1.1.42 331 7/11/2025
1.1.41 321 6/22/2025
1.1.39 172 6/22/2025
1.1.1 500 6/18/2025
1.1.0 234 6/18/2025
1.0.3 199 6/17/2025
1.0.1 208 6/17/2025
1.0.0 220 6/16/2025