WindowsAPICodePack.Shell.CommonFileDialogs.Wpf 1.1.5

dotnet add package WindowsAPICodePack.Shell.CommonFileDialogs.Wpf --version 1.1.5
NuGet\Install-Package WindowsAPICodePack.Shell.CommonFileDialogs.Wpf -Version 1.1.5
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="WindowsAPICodePack.Shell.CommonFileDialogs.Wpf" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsAPICodePack.Shell.CommonFileDialogs.Wpf --version 1.1.5
#r "nuget: WindowsAPICodePack.Shell.CommonFileDialogs.Wpf, 1.1.5"
#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.
// Install WindowsAPICodePack.Shell.CommonFileDialogs.Wpf as a Cake Addin
#addin nuget:?package=WindowsAPICodePack.Shell.CommonFileDialogs.Wpf&version=1.1.5

// Install WindowsAPICodePack.Shell.CommonFileDialogs.Wpf as a Cake Tool
#tool nuget:?package=WindowsAPICodePack.Shell.CommonFileDialogs.Wpf&version=1.1.5

CommonFileDialogs

CommonFileDialogs cropped from Windows API Code Pack 1.1, only for WPF. Fork of https://github.com/emako/CommonFileDialogs.

Usage

using WindowsAPICodePack.Dialogs;

using CommonOpenFileDialog dialog = new()
{
    IsFolderPicker = true,
};

if (dialog.ShowDialog() == CommonFileDialogResult.Ok)
{
    _ = dialog.FileName;
}

README

This is a fork of the Microsoft © Windows API Code Pack, based on a repository created by Aybe. Only support .Net6.0-Widnows.

Licence

See LICENSE 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.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5 1,047 6/13/2023

See in project site.