Kephas.AspNetCore 11.1.0

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

Provides the infrastructure for the Kephas Framework integration with ASP.NET Core applications.
Typically used areas and classes/interfaces/services:
- StartupBase, IAspNetAppContext.
- Hosting: IMiddlewareConfigurator, IEndpointConfigurator, IStartupFilterService.

Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
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 Kephas.AspNetCore:

Package Downloads
Kephas.AspNetCore.IdentityServer4

Provides the IdentityServer4 integration with Kephas based ASP.NET Core applications. Typically used areas and classes/interfaces/services: - Services: IIdentityAppIdProvider. - Stores: IUserStoreService, IRoleStoreService. - IIdentityServerBuilder.AddApiAuthorization. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.AspNetCore.SignalR

Provides the SignalR integration with Kephas based ASP.NET Core applications. Typically used areas and classes/interfaces/services: - HubBase, IHubService. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.1.0 3,109 4/13/2022
11.1.0-dev.4 282 4/6/2022
11.1.0-dev.3 260 3/30/2022
11.1.0-dev.2 260 3/23/2022
11.1.0-dev.1 261 3/23/2022
11.0.0 1,856 3/11/2022
11.0.0-dev.7 272 3/7/2022
11.0.0-dev.6 281 2/28/2022
11.0.0-dev.5 264 2/26/2022
11.0.0-dev.4 263 2/24/2022
11.0.0-dev.3 258 2/23/2022
11.0.0-dev.2 282 2/18/2022
11.0.0-dev.1 288 2/7/2022
10.3.0 1,794 1/18/2022
10.2.0 1,915 12/3/2021
10.1.0 5,968 11/23/2021
10.1.0-dev.7 342 11/17/2021
10.1.0-dev.6 330 11/16/2021
10.1.0-dev.5 298 11/10/2021
10.1.0-dev.4 314 11/8/2021
Loading failed

Please check https://github.com/kephas-software/kephas/releases for the change log.
           Also check the documentation and the samples from https://github.com/kephas-software/kephas/wiki and https://github.com/kephas-software/kephas/tree/master/Samples.