VC-LTL 5.2.1

There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

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

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

 * 晚起的鸟儿也有虫虫吃,优雅的引用方式,仅添加一个属性表就能享受极致的体积体验。
 * 无缝使用最新C/C++库以及最新编译器,尽情的使用最新规范。神马异常流防护(guard:cf)、静态对象线程安全初始化(threadSafeInit)……统统放马过来吧!!
 * 拥有比微软原版更好的兼容性,即使想兼容Windows XP RTM也可以安心的对新编译器说“Yes”。
 * 完全的开放代码,广泛的接受用户意见,希望大家能踊跃的 pull requests,为VC-LTL添砖加瓦。

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.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

This package is not used by any NuGet packages.

GitHub repositories (1)

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

Repository Stars
AntdUI/AntdUI
👚 Winform interface library based on the Ant Design
Version Downloads Last updated
5.2.2-Beta1 401 13 days ago
5.2.1 3,166 a month ago
5.2.1-Beta4 407 2 months ago
5.2.1-Beta3 354 3 months ago
5.2.1-Beta2 301 3 months ago
5.2.1-Beta1 844 5 months ago
5.1.1 26,250 8 months ago
5.1.1-Beta4 215 8 months ago
5.1.1-Beta3 531 9 months ago
5.1.1-Beta2 3,496 5/30/2024
5.1.1-Beta1 649 5/25/2024
5.0.10-Beta2 1,581 5/4/2024
5.0.10-Beta1 167 5/2/2024
5.0.9 17,965 10/1/2023
5.0.8 3,589 6/22/2023
5.0.8-Beta2 879 6/1/2023
5.0.8-Beta1 901 5/10/2023
5.0.7 1,279 5/7/2023
5.0.6 796 4/30/2023
5.0.6-Beta5 1,111 4/5/2023
5.0.6-Beta4 1,204 3/18/2023
5.0.6-Beta3 856 1/25/2023
5.0.6-Beta2 802 11/5/2022
5.0.6-Beta1 2,990 7/17/2022
5.0.5 35,506 5/15/2022
5.0.5-Beta1 675 3/19/2022
5.0.4 6,520 3/13/2022
5.0.4-Beta3 1,635 1/17/2022
5.0.4-Beta2 631 12/29/2021
5.0.4-Beta1 4,257 12/16/2021
5.0.3 947 12/8/2021
5.0.3-Beta1 1,620 11/2/2021
5.0.2-Beta1 1,805 10/9/2021
5.0.1 1,085 9/19/2021
5.0.1-Beta6 792 9/5/2021
5.0.1-Beta5 303 8/30/2021
5.0.1-Beta4 1,173 8/26/2021
4.1.3 5,813 7/12/2021
4.1.3-Beta2 440 6/18/2021
4.1.3-Beta1 1,370 6/3/2021
4.1.2 5,306 6/3/2021
4.1.2-Beta3 536 5/27/2021
4.1.2-Beta2 382 5/24/2021
4.1.2-Beta1 416 5/11/2021
4.1.1 5,943 2/7/2021
4.1.1-Beta7 555 12/18/2020
4.1.1-Beta5 335 11/5/2020
4.1.1-Beta4 377 9/26/2020
4.1.1-Beta3 418 9/1/2020
4.1.0.4 2,943 7/25/2020
4.0.3.8 2,516 1/17/2020

* Bug, YY-Thunks默认提升到1.1.6,避免/guard:ehcont模块无法派发异常
 - 上下文请参考:https://github.com/Chuyu-Team/YY-Thunks/issues/131
* Fea #64, 借助msvcr14提供兼容XP的UCRT DLL与YY-Thunks 1.1.6联动
 - 现在开始VC-LTL智能选择msvcrt模式或者ucrt模式,请再YY-Thunks中调整最小兼容平台。
* Fea #74,添加MSVC-LLVM工具集支持
* Opt, 删除用户数量几乎为0的ARM版本(同时避免CI缺少ARM环境而构建失败)