Tolitech.CleanArchitecture.Presentation 1.0.0-alpha17

This is a prerelease version of Tolitech.CleanArchitecture.Presentation.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Tolitech.CleanArchitecture.Presentation --version 1.0.0-alpha17                
NuGet\Install-Package Tolitech.CleanArchitecture.Presentation -Version 1.0.0-alpha17                
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-alpha17" />                
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-alpha17                
#r "nuget: Tolitech.CleanArchitecture.Presentation, 1.0.0-alpha17"                
#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-alpha17&prerelease

// Install Tolitech.CleanArchitecture.Presentation as a Cake Tool
#tool nuget:?package=Tolitech.CleanArchitecture.Presentation&version=1.0.0-alpha17&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 52 7/28/2024
1.0.0-alpha19 42 7/28/2024
1.0.0-alpha18 43 7/28/2024
1.0.0-alpha17 46 7/5/2024
1.0.0-alpha16 53 7/4/2024
1.0.0-alpha15 40 6/24/2024
1.0.0-alpha14 51 6/11/2024
1.0.0-alpha13 46 6/11/2024
1.0.0-alpha12 58 6/11/2024
1.0.0-alpha11 53 6/10/2024
1.0.0-alpha10 52 6/10/2024
1.0.0-alpha09 55 6/10/2024
1.0.0-alpha08 53 6/10/2024
1.0.0-alpha07 76 3/27/2024
1.0.0-alpha06 57 3/27/2024
1.0.0-alpha05 57 3/21/2024
1.0.0-alpha04 71 1/16/2024
1.0.0-alpha03 91 12/8/2023
1.0.0-alpha02 65 12/8/2023
1.0.0-alpha01 68 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.