Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library
3.0.0
See the version list below for details.
dotnet add package Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library --version 3.0.0
NuGet\Install-Package Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library -Version 3.0.0
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library" Version="3.0.0" />
paket add Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library --version 3.0.0
#r "nuget: Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library, 3.0.0"
// Install Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library as a Cake Addin #addin nuget:?package=Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library&version=3.0.0 // Install Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library as a Cake Tool #tool nuget:?package=Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library&version=3.0.0
Catena-X Portal Backend Framework Processes Library
The Catena-X Portal Backend Framework Processes Library provides some base models.
This content is produced and maintained by the Eclipse Tractus-X project.
Installation
dotnet add package Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library
Usage
To use the package make sure to implement the interfaces of the repositories: IRepositories
, IProcessStepRepository<Process<TProcessTypeId, TProcessStepTypeId>, ProcessStep<TProcessTypeId, TProcessStepTypeId>, TProcessTypeId, TProcessStepTypeId>
.
Provide an implementation for IProcess
, IProcessStep
& IProcessStepStatus
.
An alternative option is to use the Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library.Concrete
package
Source Code
The project maintains the following source code repositories in the GitHub organization https://github.com/eclipse-tractusx:
License
Distributed under the Apache 2.0 License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net9.0
- EFCore.NamingConventions (>= 9.0.0)
- Microsoft.EntityFrameworkCore (>= 9.0.1)
- Org.Eclipse.TractusX.Portal.Backend.Framework.DBAccess (>= 3.0.0)
- Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling (>= 3.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library:
Package | Downloads |
---|---|
Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Worker.Library
The Catena-X Portal Backend Framework library is a versatile .NET library that provides a set of powerful tools and utilities for common development tasks. This package simplifies various aspects of your application, including database interactions, asynchronous programming, file I/O, LINQ operations, logging, and database seeding. |
|
Org.Eclipse.TractusX.Portal.Backend.Framework.Processes.Library.Concrete
The Catena-X Portal Backend Framework library is a versatile .NET library that provides a set of powerful tools and utilities for common development tasks. This package simplifies various aspects of your application, including database interactions, asynchronous programming, file I/O, LINQ operations, logging, and database seeding. |
GitHub repositories
This package is not used by any popular GitHub repositories.