.net Windows API 代码包:它在哪里?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24081665/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-03 12:45:39  来源:igfitidea点击:

Windows API Code Pack: Where is it?

.netwindows-api-code-pack

提问by springy76

Why has itself and the evidence it ever existed been removed?

为什么它本身和它曾经存在过的证据都被删除了?

Only a half year ago it was promoted on channel9 as Something that should be in everyones pack-- today the Microsoft Archiveis "retired" and totally keeps quiet that the API code pack ever existed.

就在半年前,它在 channel9 上被宣传为应该包含在每个人的包中的东西——今天,Microsoft 存档已“退休”并且完全保持沉默,API 代码包曾经存在过。

回答by BoltClock

I can't answer the question of why, nor do I wish to speculate (maybe someone else closer to the issue can tell us what happened), but thankfully it's not completely gone. It looks like the binaries have been reuploaded to NuGet by other developers, although note that none of the packages are official ones from Microsoft.

我无法回答为什么的问题,我也不想推测(也许其他更接近这个问题的人可以告诉我们发生了什么),但幸运的是它并没有完全消失。看起来二进制文件已被其他开发人员重新上传到 NuGet,但请注意,这些软件包都不是来自 Microsoft 的官方软件包。

The following packages were uploaded by NuGet user aybe:

NuGet 用户aybe上传了以下包:

As usual, to install them:

像往常一样,安装它们:

Install-Package WindowsAPICodePack-Core
Install-Package WindowsAPICodePack-ExtendedLinguisticServices
Install-Package WindowsAPICodePack-Sensors
Install-Package WindowsAPICodePack-Shell
Install-Package WindowsAPICodePack-ShellExtensions

回答by Diego Barros

Someone has uploadedit to GitHub.

有人已经上传到了 GitHub。

回答by i_saw_drones

A zip file containing the same files as the original executable self-extractor (i.e. the source, binaries and docs) is located here: https://github.com/jamie-pate/KeepSync/blob/master/contrib/Windows%20API%20Code%20Pack%201.1.zip.

包含与原始可执行自解压器(即源、二进制文件和文档)相同的文件的 zip 文件位于此处:https: //github.com/jamie-pate/KeepSync/blob/master/contrib/Windows%20API %20Code%20Pack%201.1.zip

回答by JohnyL

Here's link(or thislink) to original Windows API CodePack 1.1.

这是原始 Windows API CodePack 1.1的链接(或链接)。

回答by TorstenR

The original links are dead, but an Microsoft employee has uploaded the v1.1 original codepack to nuget. Search for winapicpat nuget, or use this link: Windows API Code Pack for Microsoft .NET Framework

原链接已失效,但微软员工已将 v1.1 原始代码包上传到 nuget。搜索winapicp在的NuGet,或使用此链接: Windows API的代码包对于Microsoft .NET Framework

回答by Filip Skakun

Seems like someone also posted it on CodePlex.

似乎有人也在CodePlex 上发布了它。