Levge.Domain 1.1.42

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

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

Levge.Domain

NuGet Build

🌐 Read in Turkish languages


Levge.Domain is a set of base types for domain entities, interfaces, and enumerations for Levge projects.

Features

  • ? Base entity and interface abstractions for DDD
  • ? Auditable and soft-deletable entity support
  • ? Extensible enumeration base types

Installation

.NET CLI

dotnet add package Levge.Domain

Package Manager

Install-Package Levge.Domain

Setup

  1. Add configuration in Program.cs (if you have extension methods): // builder.Services.AddLevgeDomain(options ⇒ { // options.SomeOption = true; // });

    Note: This package provides base types and does not require DI setup by default.

  2. Optional middleware: // app.UseMiddleware<YourMiddleware>();

Usage

using Levge.Domain.Entities;

public class User : AuditableEntity<int> { // ... your properties ... }

// Example usage of Levge.Exceptions (dependency): throw new Levge.Exceptions.LevgeException("Something went wrong");

Configuration Options

Option Description
- -

This package does not require configuration options by default.

License

MIT License. See LICENSE for details.

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 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 (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.42 108 7/11/2025
1.1.41 175 6/22/2025
1.1.39 104 6/22/2025
1.1.1 292 6/18/2025
1.1.0 149 6/18/2025
1.0.3 139 6/17/2025
1.0.1 143 6/17/2025
1.0.0 154 6/16/2025