Windows API Code Pack: Where is it?

.NetWindows Api-Code-Pack

.Net Problem Overview


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 Archive is "retired" and totally keeps quiet that the API code pack ever existed.

.Net Solutions


Solution 1 - .Net

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.

The following packages were uploaded by NuGet user 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

Solution 2 - .Net

Someone has uploaded it to GitHub.

Solution 3 - .Net

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.

Solution 4 - .Net

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

Solution 5 - .Net

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

Solution 6 - .Net

Seems like someone also posted it on CodePlex.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionspringy76View Question on Stackoverflow
Solution 1 - .NetBoltClockView Answer on Stackoverflow
Solution 2 - .NetDiego BarrosView Answer on Stackoverflow
Solution 3 - .Neti_saw_dronesView Answer on Stackoverflow
Solution 4 - .NetTorstenRView Answer on Stackoverflow
Solution 5 - .NetJohnyLView Answer on Stackoverflow
Solution 6 - .NetFilip SkakunView Answer on Stackoverflow