Dflat.System 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Dflat.System --version 1.0.0
                    
NuGet\Install-Package Dflat.System -Version 1.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="Dflat.System" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dflat.System" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Dflat.System" />
                    
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 Dflat.System --version 1.0.0
                    
#r "nuget: Dflat.System, 1.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.
#:package Dflat.System@1.0.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=Dflat.System&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Dflat.System&version=1.0.0
                    
Install as a Cake Tool

Dflat

Socle applicatif .NET modulaire. Les packages publiés sont ceux du module applicatif Dflat.System.* ; le noyau technique Dflat.Kernel.* n'est pas publié séparément : ses assemblies sont livrées à l'intérieur de ces packages.

Packages

Package Rôle Assemblies noyau incluses
Dflat.System.Model Entités, vues et modèles métier Dflat.Kernel.Core, Dflat.Kernel.Model
Dflat.System.Data Accès aux données Dflat.Kernel.Data
Dflat.System.Business Services métier Dflat.Kernel.Business
Dflat.System.Client Client HTTP typé de l'API Dflat.Kernel.WebClient
Dflat.System.Web API Web ASP.NET Core réutilisable Dflat.Kernel.Web, Dflat.Kernel.Excel
Dflat.System.Database Mise à jour du schéma de base de données
Dflat.System.Database.Archives Archives des scripts de migration
Dflat.System Méta-package regroupant l'ensemble

Chaque assembly du noyau n'est présente que dans un seul package ; les autres y accèdent par les dépendances entre packages (WebBusinessDataModel, ClientModel). Installer plusieurs packages ne provoque donc aucun doublon d'assembly.

Installation

Un module précis :

dotnet add package Dflat.System.Model

ou l'ensemble via le méta-package :

dotnet add package Dflat.System

Licence

MIT.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated