VOOZH about

URL: https://www.nuget.org/packages/Talegen.AspNetCore.App/

⇱ NuGet Gallery | Talegen.AspNetCore.App 1.2.7




👁 Image
Talegen.AspNetCore.App 1.2.7

Prefix Reserved
dotnet add package Talegen.AspNetCore.App --version 1.2.7
 
 
NuGet\Install-Package Talegen.AspNetCore.App -Version 1.2.7
 
 
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="Talegen.AspNetCore.App" Version="1.2.7" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Talegen.AspNetCore.App" Version="1.2.7" />
 
Directory.Packages.props
<PackageReference Include="Talegen.AspNetCore.App" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Talegen.AspNetCore.App --version 1.2.7
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Talegen.AspNetCore.App, 1.2.7"
 
 
#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.
#:package Talegen.AspNetCore.App@1.2.7
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Talegen.AspNetCore.App&version=1.2.7
 
Install as a Cake Addin
#tool nuget:?package=Talegen.AspNetCore.App&version=1.2.7
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Talegen.AspNetCore.App

Common Support Code for ASP.NET Core Applications Built by Talegen

Introduction

This library is a collection of common support code for ASP.NET Core applications built by Talegen. This library is not intended to be used by other applications. This library is used by Talegen applications to provide common support code for ASP.NET Core applications.

Installation

This library is available via NuGet. To install, use the following command -

Install-Package Talegen.AspNetCore.App

Usage

This library is used by Talegen applications to provide common support code for ASP.NET Core applications. This library is not intended to be used by other applications.

The main entry point of any ASP.net application is the [IHostBuilder] builder interface. This library is used to leverage the startup process and extend controllers within an MVC-based ASP.net Core application, with commonly utilized services and support classes for best-practices.

Startup

The [Startup] class is the main entry point for any ASP.net Core application. This class is used to configure the application services and middleware. This library provides a base class [Talegen.AspNetCore.App.Startup] that can be used to extend the [Startup] class. This base class provides a common set of services and middleware that are commonly used in Talegen applications.

Controllers

The [Talegen.AspNetCore.App.Controllers] namespace contains a base class [Talegen.AspNetCore.App.Controllers.ControllerBase] that can be used to extend the [ControllerBase] class. This base class provides a common set of services and middleware that are commonly used in Talegen applications.

Services

The [Talegen.AspNetCore.App.Services] namespace contains a base class [Talegen.AspNetCore.App.Services.ServiceBase] that can be used to extend the [ServiceBase] class. This base class provides a common set of services and middleware that are commonly used in Talegen applications.

Models

The [Talegen.AspNetCore.App.Models] namespace contains a base class [Talegen.AspNetCore.App.Models.ModelBase] that can be used to extend the [ModelBase] class. This base class provides a common set of services and middleware that are commonly used in Talegen applications.

Repositories

The [Talegen.AspNetCore.App.Repository] namespace contains a base class [Talegen.AspNetCore.App.Repositories.RepositoryBase] that can be used to extend the [RepositoryBase] class. This base class provides a common set of services and middleware that are commonly used in Talegen applications.

License

This library is licensed under the Apache 2.0 license.

Change Log

1.0.0 - Initial release of the library.

Feedback and Documentation

Feedback and Documentation can be found at Issues.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.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.2.7 682 3/24/2025
1.2.6 510 10/16/2024
1.2.5 180 10/15/2024
1.2.4 168 10/11/2024
1.2.2 217 9/18/2024
1.2.1 264 9/16/2024
1.2.0 195 9/12/2024
1.1.0 216 6/5/2024
1.0.15 227 6/2/2024
1.0.14 220 3/28/2024
1.0.13 212 2/29/2024
1.0.11 192 2/6/2024
1.0.9 198 1/22/2024
1.0.8 212 1/12/2024
1.0.7 229 1/10/2024
1.0.6 233 1/9/2024
1.0.5 236 1/4/2024
1.0.4 220 12/31/2023
1.0.3 249 12/31/2023
1.0.2 205 12/31/2023
Loading failed

Updated dependencies.