Weaver.Core 1.1.1

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

Weaver.NET

Weaver.NET is a modular .NET backend framework scaffold. It provides core module discovery, configuration, logging, Redis, SqlSugar data access, ID generation, object mapping, file storage, HTTP client, event bus, and web OpenAPI documentation modules.

Usage

Reference the modules you need and call AddWeaver from your application startup code.

var builder = WebApplication.CreateBuilder(args);
builder.AddWeaver();

Web applications can enable OpenAPI documentation with Weaver.Web.Doc and map the generated document endpoint:

app.UseWeaverOpenApiDoc();

Packages

Each Weaver.* package is published independently so applications can reference only the modules they need.

Module Documentation

Chinese usage guides for every module are available in docs/README.md.

Product Compatible and additional computed target framework versions.
.NET 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 (12)

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

Package Downloads
Weaver.Data.SqlSugar.Sqlite

Weaver.Data.SqlSugar.Sqlite module for the Weaver.NET framework.

Weaver.Data.SqlSugar

Weaver.Data.SqlSugar module for the Weaver.NET framework.

Weaver.IdGenerator

Weaver.IdGenerator module for the Weaver.NET framework.

Weaver.Data.SqlSugar.Postgis

Weaver.Data.SqlSugar.Postgis module for the Weaver.NET framework.

Weaver.HttpClient

Weaver.HttpClient module for the Weaver.NET framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 332 8/9/2026
1.1.0 211 8/9/2026
1.0.0 193 8/9/2026