qckdev.AspNetCore
0.1.1-alpha
This is a prerelease version of qckdev.AspNetCore.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package qckdev.AspNetCore --version 0.1.1-alpha
NuGet\Install-Package qckdev.AspNetCore -Version 0.1.1-alpha
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="qckdev.AspNetCore" Version="0.1.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="qckdev.AspNetCore" Version="0.1.1-alpha" />
<PackageReference Include="qckdev.AspNetCore" />
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 qckdev.AspNetCore --version 0.1.1-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: qckdev.AspNetCore, 0.1.1-alpha"
#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 qckdev.AspNetCore@0.1.1-alpha
#: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=qckdev.AspNetCore&version=0.1.1-alpha&prerelease
#tool nuget:?package=qckdev.AspNetCore&version=0.1.1-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
qckdev.AspNetCore
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
public void ConfigureServices(IServiceCollection services)
{
services.AddDataInitializer<DataInitialization>();
services.AddControllers();
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
(...)
app.UseMiddleware<HandlerExceptionMiddleware>();
app.UseRouting();
(...)
app.DataInitialization();
}
using Microsoft.Extensions.Configuration;
using qckdev.AspNetCore.Infrastructure.Data;
using System;
using System.Threading;
using System.Threading.Tasks;
public class DataInitialization : IDataInitializer
{
public DataInitialization(
IServiceProvider services,
IConfiguration configuration,
...)
{
(...)
}
public async Task InitializeAsync(CancellationToken cancellationToken)
{
(...)
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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.
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.8)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.8)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on qckdev.AspNetCore:
| Package | Downloads |
|---|---|
|
qckdev.AspNetCore.Identity
Package Description |
|
|
qckdev.AspNetCore.Mvc.Controllers
Base controllers for MVC and API applications |
|
|
qckdev.AspNetCore.Mvc.Controllers.Legacy
Base controllers for MVC and API applications |
|
|
qckdev.AspNetCore.Mvc.Headers
HTTP header validation and metadata for MVC applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.0.0-net10.1634 | 30 | 3/18/2026 | |
| 2.0.0-net10.1617 | 49 | 3/16/2026 | |
| 2.0.0-net10.1615 | 41 | 3/11/2026 | |
| 2.0.0-net10.1612 | 44 | 3/11/2026 | |
| 2.0.0-net10.1609 | 48 | 3/10/2026 | |
| 2.0.0-net10.1608 | 42 | 3/10/2026 | |
| 2.0.0-net10.1607 | 42 | 3/10/2026 | |
| 2.0.0-net10.1606 | 44 | 3/10/2026 | |
| 2.0.0-net10.1604 | 45 | 3/10/2026 | |
| 2.0.0-net10.1597 | 66 | 3/5/2026 | |
| 1.0.0 | 3,663 | 4/12/2023 | |
| 0.6.3 | 1,301 | 9/27/2022 | |
| 0.6.2 | 919 | 9/23/2022 | |
| 0.6.1 | 861 | 9/7/2022 |
Loading failed