Carneiro.Core.Entities.Abstractions 4.5.0

Suggested Alternatives

Carneiro.Core.Entities

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

Carneiro.Core.Entities.Abstractions

This library includes only interfaces that represents entities:

  • IEntity
  • IAuditableEntity

The IEntity is the smallest known entity alive with just an int as identifier. The IAuditableEntity has more information:

  • IsActive
  • CreateDate
  • UpdateDate
  • DeleteDate
  • IsDeleted

These entities are automatically used and populated using Carneiro.Core.Repository and Carneiro.Core.Repository.Abstractions.

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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Carneiro.Core.Entities.Abstractions:

Package Downloads
Carneiro.Core.Repository.Abstractions

Generic exceptions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.5.0 344 8/26/2024 4.5.0 is deprecated because it is no longer maintained.
4.5.0-beta.13 143 8/25/2024 4.5.0-beta.13 is deprecated because it is no longer maintained.
4.5.0-beta.12 151 8/23/2024 4.5.0-beta.12 is deprecated because it is no longer maintained.
4.5.0-beta.11 147 8/21/2024 4.5.0-beta.11 is deprecated because it is no longer maintained.
4.5.0-beta.10 144 8/18/2024 4.5.0-beta.10 is deprecated because it is no longer maintained.
4.5.0-beta.9 137 8/18/2024 4.5.0-beta.9 is deprecated because it is no longer maintained.
4.5.0-beta.8 142 8/15/2024 4.5.0-beta.8 is deprecated because it is no longer maintained.
4.5.0-beta.7 129 8/12/2024 4.5.0-beta.7 is deprecated because it is no longer maintained.
4.5.0-beta.6 125 8/12/2024 4.5.0-beta.6 is deprecated because it is no longer maintained.
4.5.0-beta.5 129 8/10/2024 4.5.0-beta.5 is deprecated because it is no longer maintained.
4.5.0-beta.4 129 8/10/2024 4.5.0-beta.4 is deprecated because it is no longer maintained.
4.5.0-beta.3 129 8/10/2024 4.5.0-beta.3 is deprecated because it is no longer maintained.
4.5.0-beta.2 127 8/10/2024 4.5.0-beta.2 is deprecated because it is no longer maintained.
4.5.0-beta.1 135 8/10/2024 4.5.0-beta.1 is deprecated because it is no longer maintained.
4.4.5 322 8/7/2024 4.4.5 is deprecated because it is no longer maintained.
4.4.4 295 7/28/2024 4.4.4 is deprecated because it is no longer maintained.
Loading failed