MappingImage.Dialog 0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MappingImage.Dialog --version 0.1.1
                    
NuGet\Install-Package MappingImage.Dialog -Version 0.1.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="MappingImage.Dialog" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MappingImage.Dialog" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="MappingImage.Dialog" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MappingImage.Dialog --version 0.1.1
                    
#r "nuget: MappingImage.Dialog, 0.1.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.
#:package MappingImage.Dialog@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MappingImage.Dialog&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=MappingImage.Dialog&version=0.1.1
                    
Install as a Cake Tool

MappingImage.Dialog

MappingImage.Dialog is a lightweight WPF dialog wrapper that hosts the MappingImage odontogram control for tooth selection. It provides a simple API to show the dialog and returns the selected tooth id.

Usage

  • Call:

    var selected = MappingImage.Dialog.MappingDialogService.ShowMappingDialog(this); if (!string.IsNullOrEmpty(selected)) { // use selected }

Requirements

  • .NET 10 (net10.0-windows) with UseWPF enabled
  • MahApps.Metro and CommunityToolkit.Mvvm may be required depending on UI styles

Packaging

This README is included in the NuGet package via PackageReadmeFile so it appears on nuget.org.

How to build

  • dotnet build MappingImage.Dialog/MappingImage.Dialog.csproj

How to pack

  • dotnet pack MappingImage.Dialog/MappingImage.Dialog.csproj -c Release -o ./nupkg
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0 114 7/29/2026
0.1.1 109 7/28/2026
0.1.0 105 7/28/2026