Tolitech.CleanArchitecture.Presentation 1.0.0-alpha20

Suggested Alternatives

Tolitech.Presentation

This is a prerelease version of Tolitech.CleanArchitecture.Presentation.
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 Tolitech.CleanArchitecture.Presentation --version 1.0.0-alpha20                
NuGet\Install-Package Tolitech.CleanArchitecture.Presentation -Version 1.0.0-alpha20                
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="Tolitech.CleanArchitecture.Presentation" Version="1.0.0-alpha20" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.CleanArchitecture.Presentation --version 1.0.0-alpha20                
#r "nuget: Tolitech.CleanArchitecture.Presentation, 1.0.0-alpha20"                
#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 Tolitech.CleanArchitecture.Presentation as a Cake Addin
#addin nuget:?package=Tolitech.CleanArchitecture.Presentation&version=1.0.0-alpha20&prerelease

// Install Tolitech.CleanArchitecture.Presentation as a Cake Tool
#tool nuget:?package=Tolitech.CleanArchitecture.Presentation&version=1.0.0-alpha20&prerelease                

CleanArchitecture.Presentation

Overview

Welcome to the CleanArchitecture.Presentation repository! This repository is designed to provide interfaces and implementations for endpoint definition and registration within the context of Clean Architecture.

Key Features

Endpoint Definition Interfaces: Interfaces for defining endpoints, specifying routes, and handling HTTP requests.

Endpoint Registration: Simplified mechanisms for registering endpoints, promoting organization in the presentation layer.

Clean Architecture Principles: Designed to seamlessly integrate with the principles of Clean Architecture, ensuring clarity and separation of concerns.
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. 
Compatible target framework(s)
Included target framework(s) (in 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

The Presentation repository is dedicated to providing interfaces and implementations for endpoint definition and registration within an application following the principles of Clean Architecture. With these tools, the configuration of routes and endpoints is simplified, promoting organization and clarity in the presentation layer of the architecture.