YY-Thunks
1.1.9
See the version list below for details.
dotnet add package YY-Thunks --version 1.1.9
NuGet\Install-Package YY-Thunks -Version 1.1.9
<PackageReference Include="YY-Thunks" Version="1.1.9" />
<PackageVersion Include="YY-Thunks" Version="1.1.9" />
<PackageReference Include="YY-Thunks" />
paket add YY-Thunks --version 1.1.9
#r "nuget: YY-Thunks, 1.1.9"
#:package YY-Thunks@1.1.9
#addin nuget:?package=YY-Thunks&version=1.1.9
#tool nuget:?package=YY-Thunks&version=1.1.9
功能 —— 让兼容Windows更轻松
- 简洁优雅,一个obj解决找不到指定入口点问题。
| Product | Versions 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. |
-
native 0.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on YY-Thunks:
| Package | Downloads |
|---|---|
|
M56X.WinFormsCore
Package Description |
|
|
WenAntdUI
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on YY-Thunks:
| Repository | Stars |
|---|---|
|
AntdUI/AntdUI
👚 Winform interface library based on the Ant Design
|
|
|
lindexi/lindexi_gd
博客用到的代码
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.1-Beta.2 | 28 | 2/22/2026 |
| 1.2.1-Beta.1 | 85 | 2/14/2026 |
| 1.1.10-Beta3 | 99 | 1/29/2026 |
| 1.1.10-Beta2 | 75 | 1/28/2026 |
| 1.1.10-Beta1 | 178 | 12/14/2025 |
| 1.1.9 | 1,918 | 11/16/2025 |
| 1.1.9-Beta4 | 226 | 11/6/2025 |
| 1.1.9-Beta3 | 218 | 10/28/2025 |
| 1.1.9-Beta2 | 218 | 10/19/2025 |
| 1.1.9-Beta1 | 207 | 10/8/2025 |
| 1.1.8 | 1,662 | 9/12/2025 |
| 1.1.8-Beta5 | 221 | 9/5/2025 |
| 1.1.8-Beta4 | 398 | 7/20/2025 |
| 1.1.8-Beta3 | 264 | 7/1/2025 |
| 1.1.8-Beta2 | 238 | 6/26/2025 |
| 1.1.8-Beta1 | 218 | 6/20/2025 |
| 1.1.7 | 7,726 | 4/30/2025 |
| 1.1.7-Beta6 | 271 | 4/12/2025 |
| 1.1.7-Beta5 | 285 | 4/7/2025 |
| 1.1.7-Beta4 | 327 | 4/4/2025 |
* Bug #161, Windows 10 SDK与7.1SDK的GUID operator==定义不同而产生兼容问题
* Fea, API惯例扩充
- SetWindowsHookExW行为对齐Win7,WH_KEYBOARD_LL/WH_MOUSE_LL且dwThreadId为0时,hMod允许为NULL。
- WriteFile、ReadFile行为对齐Win8,允许LPDWORD与LPOVERLAPPED同时为nullptr
- 添加 GetHostNameW
- 添加 CopyFile2(以适配VS2026)
- 添加 CreateFile3
- 添加 GetTempPath2W(A)
- 添加 SystemTimeToTzSpecificLocalTimeEx
* Fea, 简化GetTimeZoneInformationForYear的实现,减少体积