E13.Common.AspNet 2025.117.22

dotnet add package E13.Common.AspNet --version 2025.117.22
                    
NuGet\Install-Package E13.Common.AspNet -Version 2025.117.22
                    
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="E13.Common.AspNet" Version="2025.117.22" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="E13.Common.AspNet" Version="2025.117.22" />
                    
Directory.Packages.props
<PackageReference Include="E13.Common.AspNet" />
                    
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 E13.Common.AspNet --version 2025.117.22
                    
#r "nuget: E13.Common.AspNet, 2025.117.22"
                    
#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 E13.Common.AspNet@2025.117.22
                    
#: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=E13.Common.AspNet&version=2025.117.22
                    
Install as a Cake Addin
#tool nuget:?package=E13.Common.AspNet&version=2025.117.22
                    
Install as a Cake Tool

E13.Common.AspNet

NuGet Version License: MIT

Overview

E13.Common.AspNet is a foundational package within the E13.Common collection that provides shared components and utilities for ASP.NET Core-based applications. It serves as a common base for both API and UI projects, offering functionality that can be leveraged across different types of web applications.

Features

  • ASP.NET Core Integration: Core components for ASP.NET Core applications
  • Newtonsoft.Json Support: Pre-configured JSON serialization with Newtonsoft.Json
  • Environment Configuration: Utilities for working with environment variables
  • Core Extensions: Built on top of E13.Common.Core to provide web-specific functionality

Installation

dotnet add package E13.Common.AspNet

Usage

E13.Common.AspNet serves as a foundation for other more specialized packages in the E13.Common collection, such as E13.Common.Api and E13.Common.Blazor. While it can be used directly, it's typically referenced by these higher-level packages.

Dependencies

  • .NET 9.0
  • Microsoft.AspNetCore.App
  • Microsoft.AspNetCore.Mvc.NewtonsoftJson
  • Microsoft.Extensions.Configuration.EnvironmentVariables
  • E13.Common.Core

E13.Common.AspNet is part of the E13.Common collection, which includes:

  • E13.Common.Core - Core utilities and base classes
  • E13.Common.Api - Web API layer components
  • E13.Common.Api.AzureAD - Azure AD authentication for APIs
  • E13.Common.Blazor - Blazor UI components
  • E13.Common.Data.Db - Database access components
  • E13.Common.Domain - Domain layer components

Contributing

Contributions to E13.Common.AspNet are welcome. If you have suggestions or improvements, please submit an issue or create a pull request in the GitHub repository.

License

This project is licensed under the MIT License. For more details, see the LICENSE file in the repository.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  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 (2)

Showing the top 2 NuGet packages that depend on E13.Common.AspNet:

Package Downloads
E13.Common.Api

Common package for defining an Api layer for a webapi project

E13.Common.Blazor

Common package for defining an Blazor front end project

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.117.22 208 4/27/2025
2025.114.21 254 4/24/2025
2025.114.20 275 4/24/2025
2025.114.19 290 4/24/2025
2025.114.18 281 4/24/2025
2025.112.17 262 4/22/2025
2025.112.16 281 4/22/2025
2025.111.15 292 4/21/2025
2025.106.14 301 4/16/2025
2025.106.12 329 4/16/2025
2025.97.11 328 4/7/2025
2025.96.9 255 4/6/2025
2025.96.8 281 4/6/2025
2025.91.7 290 4/1/2025
2025.91.6 280 4/1/2025
2025.90.4 294 3/31/2025
2023.30.1 523 1/30/2023
2023.18.1 532 1/18/2023
2021.324.4 1,398 11/20/2021
1.0.0 242 4/1/2025
Loading failed