VC-LTL 5.3.1

Requires NuGet 2.5 or higher.

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

功能 —— 编译精巧的程序原来如此简单

 * 晚起的鸟儿也有虫虫吃,优雅的引用方式,仅添加一个属性表就能享受极致的体积体验。轻松链接系统内置msvcrt.dll或者ucrtbase.dll。
 * 无缝使用最新C/C++库以及最新编译器,尽情的使用最新规范。神马异常流防护(guard:cf)、静态对象线程安全初始化(threadSafeInit)……统统放马过来吧!!
 * 完全的开放代码,广泛的接受用户意见,希望大家能踊跃的 pull requests,为VC-LTL添砖加瓦。

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on VC-LTL:

Package Downloads
WenAntdUI

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on VC-LTL:

Repository Stars
AntdUI/AntdUI
👚 Winform interface library based on the Ant Design
lindexi/lindexi_gd
博客用到的代码
Version Downloads Last Updated
5.3.1 937 12/12/2025
5.3.1-Beta3 206 12/4/2025
5.3.1-Beta2 1,005 11/18/2025
5.3.1-Beta1 240 11/16/2025
5.2.2 7,190 7/20/2025
5.2.2-Beta2 273 6/20/2025
5.2.2-Beta1 883 4/4/2025
5.2.1 12,877 3/4/2025
5.2.1-Beta4 521 2/3/2025
5.2.1-Beta3 462 1/21/2025
5.2.1-Beta2 438 1/15/2025
5.2.1-Beta1 1,289 11/27/2024
5.1.1 29,891 8/11/2024
5.1.1-Beta4 306 8/4/2024
5.1.1-Beta3 757 7/14/2024
5.1.1-Beta2 3,613 5/30/2024
5.1.1-Beta1 868 5/25/2024
5.0.10-Beta2 1,714 5/4/2024
5.0.10-Beta1 267 5/2/2024
5.0.9 19,044 10/1/2023
Loading failed

* Fea #79, 不再默认依赖YY-Thunks,降低VC-LTL必要更新频率
* Fea #80, 优化工具集检测,使用UCRT的工具集(比如VS2026时)自动允许使用VC-LTL,降低VC-LTL必要更新频率
* Opt, vccorlib140.patch.lib错误的拼写为vccorlib140.pacth.lib(PR #81)