DYH.Extensions.CAD.Wpf
5.2.1
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package DYH.Extensions.CAD.Wpf --version 5.2.1
NuGet\Install-Package DYH.Extensions.CAD.Wpf -Version 5.2.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="DYH.Extensions.CAD.Wpf" Version="5.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DYH.Extensions.CAD.Wpf" Version="5.2.1" />
<PackageReference Include="DYH.Extensions.CAD.Wpf" />
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 DYH.Extensions.CAD.Wpf --version 5.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DYH.Extensions.CAD.Wpf, 5.2.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 DYH.Extensions.CAD.Wpf@5.2.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=DYH.Extensions.CAD.Wpf&version=5.2.1
#tool nuget:?package=DYH.Extensions.CAD.Wpf&version=5.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DYH.Extensions.CAD.WPF
介绍
自用的库,省得每次给别人写东西时要复制来复制去
使用方法
初始化时要注册WpfConfig.Instance里面的3个属性 MainWindowHandle: CAD的主程序的Handle ShowDialogDelegate: 模态窗口ShowDialog的委托 ShowDelegate: 非模态窗口Show的委托
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- CommunityToolkit.Mvvm (>= 8.4.0)
- WPF-UI (>= 4.0.3)
-
.NETFramework 4.8
- CommunityToolkit.Mvvm (>= 8.4.0)
- WPF-UI (>= 4.0.3)
-
net8.0-windows7.0
- CommunityToolkit.Mvvm (>= 8.4.0)
- WPF-UI (>= 4.0.3)
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 |
|---|---|---|
| 5.2.1 | 123 | 4/4/2026 |
| 5.2.0 | 108 | 4/4/2026 |
| 5.2.0-alpha | 103 | 4/4/2026 |
| 5.1.0 | 121 | 3/11/2026 |
| 5.0.0 | 120 | 3/11/2026 |
| 4.1.0 | 248 | 11/6/2025 |
| 4.0.0 | 200 | 9/28/2025 |
| 3.5.6 | 244 | 9/4/2025 |
| 3.5.5 | 333 | 8/25/2025 |
| 3.5.4 | 322 | 8/25/2025 |
| 3.5.3 | 332 | 8/25/2025 |
| 3.5.1 | 220 | 8/18/2025 |
| 3.5.0 | 228 | 7/17/2025 |
| 3.4.2 | 213 | 7/17/2025 |
| 3.4.1 | 211 | 7/17/2025 |
| 3.4.0 | 218 | 7/16/2025 |
| 3.3.0 | 220 | 7/15/2025 |
| 3.2.1 | 224 | 7/9/2025 |
| 3.2.0 | 227 | 7/3/2025 |
| 3.1.0 | 381 | 6/12/2025 |
Loading failed
增加NotificationService