Lzq.Core 0.0.9

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

Lzq.Core

Lzq.Core

🌟 核心特性

Masa动态MiniApi:https://docs.masastack.com/framework/building-blocks/minimal-apis# Masa: Mapster: https://docs.masastack.com/framework/building-blocks/data-mapping/mapster# 异常类型,异常类型中间件:https://docs.masastack.com/framework/building-blocks/exception# 依赖注入:https://docs.masastack.com/framework/utils/extensions/dependency-injection# 常用扩展:https://docs.masastack.com/framework/utils/extensions/dotnet-extensions# 枚举扩展:https://docs.masastack.com/framework/utils/extensions/enums# 加密/解密帮助类:https://docs.masastack.com/framework/utils/security/cryptography# ApiResult等常用结果类

🚀 快速开始

builder.Services.AddCoreAssembly().AddMapster().AddCoreAutoInject();
builder.Services.AddCoreMinimalAPIs();

var app = builder.Build();

app.UseCoreExceptionHandler();
app.MapMasaMinimalAPIs();
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 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 is compatible.  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 (5)

Showing the top 5 NuGet packages that depend on Lzq.Core:

Package Downloads
Lzq.Extensions.AI

Package Description

Lzq.Extensions.EventBus

Package Description

Lzq.Extensions.ExternalHttpApi

Package Description

Lzq.Extensions.SqlSugar

Package Description

Lzq.Extensions.Jwt

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.9 36 5/17/2026
0.0.8 37 5/17/2026
0.0.5 37 5/17/2026