RFBCodeWorks.Mvvm.Dialogs
1.0.1
.NET 5.0
.NET Core 3.1
.NET Framework 4.7.2
dotnet add package RFBCodeWorks.Mvvm.Dialogs --version 1.0.1
NuGet\Install-Package RFBCodeWorks.Mvvm.Dialogs -Version 1.0.1
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="RFBCodeWorks.Mvvm.Dialogs" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RFBCodeWorks.Mvvm.Dialogs --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RFBCodeWorks.Mvvm.Dialogs, 1.0.1"
#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 RFBCodeWorks.Mvvm.Dialogs as a Cake Addin
#addin nuget:?package=RFBCodeWorks.Mvvm.Dialogs&version=1.0.1
// Install RFBCodeWorks.Mvvm.Dialogs as a Cake Tool
#tool nuget:?package=RFBCodeWorks.Mvvm.Dialogs&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RFBCodeWorks.Mvvm.DialogServices
This dll relies on MvvmDialogs.IDialogService from https://github.com/FantasticFiasco/mvvm-dialogs
This dll provides the following:
DialogServiceLocator / IDialogServiceLocator
- Provides a way to locate an appropriate DialogService for a given owner window
- Allows registering / unregistering dialogservices to a collection.
- Allows specifying a default IDialogServiceLocator to select the appropriate DialogService from the collection.
- If a customer locator is not specified, this library will use a default implementation that selects the first registered IDialogService.
- The extension methods will use this locator to open a window if those methods are called.
DialogService - Derived from MvvmDialogs.DialogService
- Overrides the FindOwner method to allow traversing up a RFBCodeWorks.Mvvm.IViewModel chain until an owner window is located.
- All instances are registered automatically to the DialogServiceLocator.RegisteredServices collection.
DialogServiceExtensions
- Various extension methods to avoid having to dive into the full namespace hierarchy of MvvmDialogs to generate the various objects, such as OpenFileDialog
FileFilter
- This class allows creation of file filters for the Open/Save file dialogs.
MessageBoxSettings - Derived from MvvmDialogs.FrameworkDialogs.MessageBox.MessageBoxSettings
- Provides several static methods for easier creation of common-use dialogs
- Provides additional constructors
- Provides a virtual 'Show(IViewModel)' dialog that can be used to show the MessageBox
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0 was computed. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- MvvmDialogs_.NetCore (>= 9.1.0)
- RFBCodeWorks.Mvvm.IViewModel (>= 1.0.1)
-
.NETFramework 4.7.2
- MvvmDialogs (>= 9.1.0)
- RFBCodeWorks.Mvvm.IViewModel (>= 1.0.1)
-
.NETFramework 4.8
- MvvmDialogs (>= 9.1.0)
- RFBCodeWorks.Mvvm.IViewModel (>= 1.0.1)
-
net5.0-windows7.0
- MvvmDialogs_.NetCore (>= 9.1.0)
- RFBCodeWorks.Mvvm.IViewModel (>= 1.0.1)
-
net6.0-windows7.0
- MvvmDialogs (>= 9.1.0)
- RFBCodeWorks.Mvvm.IViewModel (>= 1.0.1)
-
net7.0-windows7.0
- MvvmDialogs (>= 9.1.0)
- RFBCodeWorks.Mvvm.IViewModel (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added build targets for Net6 and Net7.
- Updated StrongName Key