Tolitech.CleanArchitecture.Presentation 1.0.0-alpha20

This is a prerelease version of Tolitech.CleanArchitecture.Presentation.
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. 
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
1.0.0-alpha20 58 7/28/2024
1.0.0-alpha19 44 7/28/2024
1.0.0-alpha18 45 7/28/2024
1.0.0-alpha17 49 7/5/2024
1.0.0-alpha16 54 7/4/2024
1.0.0-alpha15 41 6/24/2024
1.0.0-alpha14 53 6/11/2024
1.0.0-alpha13 47 6/11/2024
1.0.0-alpha12 59 6/11/2024
1.0.0-alpha11 54 6/10/2024
1.0.0-alpha10 53 6/10/2024
1.0.0-alpha09 56 6/10/2024
1.0.0-alpha08 54 6/10/2024
1.0.0-alpha07 79 3/27/2024
1.0.0-alpha06 58 3/27/2024
1.0.0-alpha05 58 3/21/2024
1.0.0-alpha04 73 1/16/2024
1.0.0-alpha03 92 12/8/2023
1.0.0-alpha02 67 12/8/2023
1.0.0-alpha01 69 12/6/2023

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.