ANcpLua.NET.Sdk 1.3.24

There is a newer version of this package available.
See the version list below for details.
dotnet add package ANcpLua.NET.Sdk --version 1.3.24
                    
NuGet\Install-Package ANcpLua.NET.Sdk -Version 1.3.24
                    
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" Version="1.3.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ANcpLua.NET.Sdk" Version="1.3.24" />
                    
Directory.Packages.props
<PackageReference Include="ANcpLua.NET.Sdk" />
                    
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 --version 1.3.24
                    
#r "nuget: ANcpLua.NET.Sdk, 1.3.24"
                    
#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@1.3.24
                    
#: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&version=1.3.24
                    
Install as a Cake Addin
#tool nuget:?package=ANcpLua.NET.Sdk&version=1.3.24
                    
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": "1.5.1",
    "ANcpLua.NET.Sdk.Web": "1.5.1"
  }
}

Tip: Use Dependabot to auto-update SDK versions.


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


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

What You Get

Base SDK:

  • Banned API enforcement (DateTime.NowTimeProvider, etc.)
  • Custom analyzers via ANcpLua.Analyzers
  • Throw.IfNull() guard clauses
  • CLAUDE.md generation for AI assistants

Web SDK adds:

  • OpenTelemetry (logging, metrics, tracing with OTLP)
  • Health endpoints (/health, /alive)
  • HTTP resilience (retries, circuit breakers)
  • DevLogs (browser console → server logs)

Opt-in Features

<PropertyGroup>
  
  <InjectSourceGenHelpers>true</InjectSourceGenHelpers>

  
  <InjectFakeLogger>true</InjectFakeLogger>

  
  <InjectLockPolyfill>true</InjectLockPolyfill>
  <InjectTimeProviderPolyfill>true</InjectTimeProviderPolyfill>
</PropertyGroup>

Opt-out

<PropertyGroup>
  
  <AutoRegisterServiceDefaults>false</AutoRegisterServiceDefaults>

  
  <GenerateClaudeMd>false</GenerateClaudeMd>
  <InjectSharedThrow>false</InjectSharedThrow>
  <IncludeDefaultBannedSymbols>false</IncludeDefaultBannedSymbols>
</PropertyGroup>

DevLogs (Web SDK)

Captures browser console and sends to server logs. Add to your HTML:

<script src="/dev-logs.js"></script>

All frontend logs appear in server output with [BROWSER] prefix.

Requirements

Central Package Management enabled in Directory.Packages.props:

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

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
1.6.2 23 1/10/2026
1.6.1 26 1/10/2026
1.3.31 49 1/9/2026
1.3.30 34 1/9/2026
1.3.29 51 1/9/2026
1.3.28 86 1/9/2026
1.3.27 36 1/9/2026
1.3.26 41 1/9/2026
1.3.25 36 1/9/2026
1.3.24 37 1/9/2026
1.3.23 111 1/6/2026
1.3.22 99 1/6/2026
1.3.21 76 1/6/2026
1.3.20 87 1/2/2026
1.3.19 88 1/2/2026
1.3.18 120 1/1/2026
1.3.17 86 1/1/2026
1.3.16 92 12/31/2025
1.3.15 85 12/31/2025
1.3.14 85 12/31/2025
1.3.13 83 12/31/2025
1.3.12 87 12/31/2025
1.3.10 90 12/31/2025
1.3.9 84 12/31/2025
1.3.8 92 12/30/2025
1.3.7 153 12/30/2025
1.3.6 80 12/30/2025
1.3.5 91 12/30/2025
1.3.4 100 12/30/2025
1.3.3 87 12/30/2025
1.3.2 86 12/30/2025
1.3.1 86 12/30/2025
1.3.0 87 12/30/2025
1.2.4 98 12/29/2025
1.2.3 91 12/29/2025
1.2.2 91 12/29/2025
1.2.1 177 12/25/2025
1.2.0 199 12/24/2025
1.1.8 278 12/16/2025
1.1.7 267 12/16/2025
1.1.6 294 12/16/2025
1.1.5 256 12/16/2025
1.1.4 260 12/16/2025
1.1.3 261 12/16/2025
1.1.2 274 12/15/2025
1.1.1 239 12/15/2025
1.1.0 243 12/15/2025
1.0.0 167 12/14/2025