ANcpLua.NET.Sdk.Test 3.4.32

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

NuGet .NET 10 License

ANcpLua.NET.Sdk

Opinionated MSBuild SDK for .NET projects.

Quick Start

global.json:

{
  "msbuild-sdks": {
    "ANcpLua.NET.Sdk": "3.4.31",
    "ANcpLua.NET.Sdk.Web": "3.4.31",
    "ANcpLua.NET.Sdk.Test": "3.4.31",
    "ANcpLua.NET.Sdk.BitNet": "3.4.31"
  }
}

<Project Sdk="ANcpLua.NET.Sdk"></Project>


<Project Sdk="ANcpLua.NET.Sdk.Web"></Project>


<Project Sdk="ANcpLua.NET.Sdk.Test"></Project>


<Project Sdk="ANcpLua.NET.Sdk.BitNet"></Project>

Central Package Management is mandatory

All variants force <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> (and the enforcement target errors if a consumer overrides it). Every consuming repo must ship a Directory.Packages.props at or above the consumer's directory — even an empty one suffices:


<Project>
  <PropertyGroup>
    <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
  </PropertyGroup>
</Project>

Without it, restore fails with NU1015: PackageReference items do not have a version specified on the SDK-injected analyzers (ANcpLua.Analyzers, Microsoft.CodeAnalysis.BannedApiAnalyzers) because the SDK switches them to GlobalPackageReference, which only resolves through CPM.

BitNet variant — what it adds

ANcpLua.NET.Sdk.BitNet is ANcpLua.NET.Sdk.Web (it imports the Web SDK transitively) plus an implicit <PackageReference Include="ANcpLua.Agents.Hosting.BitNet" Version="<pinned>" />. The pinned version lives in the SDK's Version.props and ships in lockstep with releases of ANcpLua/ANcpLua.Agents. Consumers get the keyed IChatClient registration, the auto-OTel decoration, and the bundled source generator with zero additional ceremony — call builder.AddQylBitNetChatClient() in Program.cs. See the BitNet hosting README for the four wiring modes (zero-config, named connection, programmatic, source-generator).

Documentation

ancplua.mintlify.app


Initial architecture inspired by Meziantou.NET.Sdk.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.32 0 5/14/2026
3.4.31 37 5/13/2026
3.4.30 37 5/13/2026
3.4.29 69 5/12/2026
3.4.28 37 5/12/2026
3.4.27 129 5/11/2026
3.4.26 55 5/11/2026
3.4.25 114 5/10/2026
3.4.24 52 5/10/2026
3.4.23 48 5/10/2026
3.4.22 54 5/10/2026
3.4.21 89 5/9/2026
3.4.20 111 5/7/2026
3.4.19 135 5/6/2026
3.4.18 112 5/6/2026
3.4.17 177 5/5/2026
3.4.16 141 5/4/2026
3.4.15 116 5/4/2026
3.4.14 100 4/30/2026
3.4.13 171 4/29/2026
Loading failed