Tolitech.CleanArchitecture.Presentation 1.0.0-alpha07

This is a prerelease version of Tolitech.CleanArchitecture.Presentation.
dotnet add package Tolitech.CleanArchitecture.Presentation --version 1.0.0-alpha07
NuGet\Install-Package Tolitech.CleanArchitecture.Presentation -Version 1.0.0-alpha07
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-alpha07" />
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-alpha07
#r "nuget: Tolitech.CleanArchitecture.Presentation, 1.0.0-alpha07"
#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-alpha07&prerelease

// Install Tolitech.CleanArchitecture.Presentation as a Cake Tool
#tool nuget:?package=Tolitech.CleanArchitecture.Presentation&version=1.0.0-alpha07&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-alpha07 61 3/27/2024
1.0.0-alpha06 50 3/27/2024
1.0.0-alpha05 51 3/21/2024
1.0.0-alpha04 61 1/16/2024
1.0.0-alpha03 81 12/8/2023
1.0.0-alpha02 57 12/8/2023
1.0.0-alpha01 59 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.