Talrace.Core.Interfaces 8.0.0

dotnet add package Talrace.Core.Interfaces --version 8.0.0
NuGet\Install-Package Talrace.Core.Interfaces -Version 8.0.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="Talrace.Core.Interfaces" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Talrace.Core.Interfaces --version 8.0.0
#r "nuget: Talrace.Core.Interfaces, 8.0.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.
// Install Talrace.Core.Interfaces as a Cake Addin
#addin nuget:?package=Talrace.Core.Interfaces&version=8.0.0

// Install Talrace.Core.Interfaces as a Cake Tool
#tool nuget:?package=Talrace.Core.Interfaces&version=8.0.0

About

This package contains a set of interfaces that define the base models for developing web applications. These interfaces can be used both to define entities and to define data transfer objects. This package is used in Talrace.Core base packages: Talrace.Core.Dal, Talrace.Core.Services, Talrace.Core.Storage.

Available interfaces

ICreateTime - provides "CreateTime" field with long type. Used to mark that the model has a creation time.
ICreateDateTime - provides "CreateTime" field with DateTime type. Used to mark that the model has a creation time.
IDto - an empty interface used to mark a data transfer object.
IEntity - an empty interface used to mark an entity.
IFileInfo<T> - provides fields with information about the file with generic type of CreateTime.
IFileInfo - provides fields with information about the file with long type of CreateTime.
IId - generic interface to mark a model with "Id" field of a given type. Used to mark that the model has a unique identifier.
IPostFile - provides fields for saving a file.
IUpdateTime - provides "UpdateTime" field with long type. Used to mark that the model has an update time.
IUpdateDateTime - provides "UpdateTime" field with DateTime type. Used to mark that the model has an update time.
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Talrace.Core.Interfaces:

Package Downloads
Talrace.Core.ModelGenerator

Core TypeScript models generator

Talrace.Core.Dal

Core Dal Extensions

Talrace.Core.Services

Core Services

Talrace.Core.Storage

Core Storage (Azure/Google/Local)

model-generator

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 1,194 11/30/2023
6.0.6 5,998 3/27/2023
6.0.5 4,427 2/21/2023
6.0.4 2,581 2/15/2023
6.0.3 402 2/2/2023
6.0.2 395 1/26/2023
6.0.1 5,359 5/5/2022
6.0.0 957 4/27/2022
3.1.19 614 9/24/2021
3.1.12 6,256 4/28/2021
3.1.11 301 4/27/2021
3.1.10 6,516 12/16/2020
3.1.0 4,139 4/13/2020