![]() |
VOOZH | about |
dotnet add package AspNet.Module.Common --version 3.0.2
NuGet\Install-Package AspNet.Module.Common -Version 3.0.2
<PackageReference Include="AspNet.Module.Common" Version="3.0.2" />
<PackageVersion Include="AspNet.Module.Common" Version="3.0.2" />Directory.Packages.props
<PackageReference Include="AspNet.Module.Common" />Project file
paket add AspNet.Module.Common --version 3.0.2
#r "nuget: AspNet.Module.Common, 3.0.2"
#:package AspNet.Module.Common@3.0.2
#addin nuget:?package=AspNet.Module.Common&version=3.0.2Install as a Cake Addin
#tool nuget:?package=AspNet.Module.Common&version=3.0.2Install as a Cake Tool
Base package with common interfaces and types for building AspNet.Module.* modules.
dotnet add package AspNet.Module.Common
IAspNetConfigureServicesModule for service registration in DIIAspNetConfigureAppModule for WebApplication configurationIAspNetModule as a combined module contractAspNetModuleContext with Services, Configuration, Environment, and EntryAssemblyusing AspNet.Module.Common;
public class SomeModule : IAspNetModule
{
public void Configure(AspNetModuleContext ctx)
{
// register services in DI
// ctx.Services.AddScoped<ISomeService, SomeService>();
}
public void ConfigureApp(WebApplication app)
{
// configure middleware and endpoints
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
Showing the top 5 NuGet packages that depend on AspNet.Module.Common:
| Package | Downloads |
|---|---|
|
AspNet.Module.Host
Package Description |
|
|
AspNet.Module.Email
Package Description |
|
|
AspNet.Module.Host.Health
Package Description |
|
|
AspNet.Module.Mapper
Package Description |
|
|
AspNet.Module.Swagger
Package Description |
This package is not used by any popular GitHub repositories.