WinCopies.WindowsAPICodePack
1.2.1
See the version list below for details.
dotnet add package WinCopies.WindowsAPICodePack --version 1.2.1
NuGet\Install-Package WinCopies.WindowsAPICodePack -Version 1.2.1
<PackageReference Include="WinCopies.WindowsAPICodePack" Version="1.2.1" />
paket add WinCopies.WindowsAPICodePack --version 1.2.1
#r "nuget: WinCopies.WindowsAPICodePack, 1.2.1"
// Install WinCopies.WindowsAPICodePack as a Cake Addin #addin nuget:?package=WinCopies.WindowsAPICodePack&version=1.2.1 // Install WinCopies.WindowsAPICodePack as a Cake Tool #tool nuget:?package=WinCopies.WindowsAPICodePack&version=1.2.1
Windows-API-Code-Pack-1.1.5.2
README
Licence
See LICENCE for the original licence (retrieved from WebArchive). The library is not developed anymore by Microsoft and seems to have been left as 'free to use'. A clarification or update about the licence terms from Microsoft is welcome, however.
Release notes
See CHANGELOG for latest changes.
Bugs
When you submit a bug:
- provide a short example code showing the bug
- describe the expected behavior/result
Usage notes
TaskDialog
If you get the following exception when you instantiate a TaskDialog
:
An unhandled exception of type 'System.NotSupportedException' occurred in Microsoft.WindowsAPICodePack.dll
Additional information: TaskDialog feature needs to load version 6 of comctl32.dll but a different version is current loaded in memory.
To fix it, create an application manifest and un-comment the following block section:
Note: you might have to restart Visual Studio as the DLLs seems to be cached in memory and rebuilding your project doesn't seem to be enough in some cases.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- Microsoft.SourceLink.GitHub (>= 1.0.0-beta2-19367-01)
- System.Runtime.CompilerServices.Unsafe (>= 4.6.0-preview7.19362.9)
- System.Threading.Tasks.Extensions (>= 4.6.0-preview.18571.3)
- System.ValueTuple (>= 4.5.0)
- WinCopies.WindowsAPICodePack.Win32Native (>= 1.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on WinCopies.WindowsAPICodePack:
Package | Downloads |
---|---|
WinCopies.WindowsAPICodePack.Shell
WindowsAPICodePack for Shell |
|
WinCopies.WindowsAPICodePack.PortableDevices
.NET wrappers fro the PortableDevices API |
|
WinCopies.IO
WinCopies framework's assembly for basic I/O operations |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.11.0-preview | 1,490 | 7/23/2022 |
3.10.0-preview | 359 | 5/11/2022 |
3.7.3-preview | 1,167 | 9/26/2021 |
3.7.2-preview | 201 | 9/26/2021 |
3.6.0-preview | 432 | 9/8/2021 |
3.5.0-preview | 389 | 8/28/2021 |
3.4.0-preview | 514 | 8/16/2021 |
3.3.0-preview | 404 | 7/17/2021 |
3.1.2-preview | 565 | 5/24/2021 |
3.0.1-preview | 596 | 2/4/2021 |
3.0.0-preview | 478 | 12/18/2020 |
2.12.0 | 18,064 | 7/23/2022 |
2.11.0 | 6,037 | 5/11/2022 |
2.9.3 | 19,134 | 9/26/2021 |
2.9.2 | 314 | 9/26/2021 |
2.8.0 | 1,152 | 9/8/2021 |
2.7.0 | 530 | 8/28/2021 |
2.6.0-preview | 372 | 8/16/2021 |
2.5.0 | 3,579 | 7/17/2021 |
2.3.0 | 7,085 | 5/24/2021 |
2.1.1 | 3,251 | 2/4/2021 |
2.1.0 | 1,377 | 12/16/2020 |
2.0.1 | 868 | 7/14/2020 |
2.0.0-preview6 | 636 | 5/1/2020 |
2.0.0-preview3 | 492 | 4/24/2020 |
2.0.0-preview2 | 603 | 3/28/2020 |
2.0.0-preview1 | 536 | 3/19/2020 |
1.2.1 | 385 | 9/23/2019 |
1.2.0 | 552 | 7/23/2019 |
1.1.3 | 1,386 | 6/1/2019 |
System requirements:
.NET Framework version: 4.8
OS: Windows
New in this version:
- Added support for Source Link
Project link: http://wincopies.com/
License link: https://github.com/pierresprim/Windows-API-Code-Pack/blob/master/LICENCE