NDExt 1.4.0
dotnet tool install --global NDExt --version 1.4.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local NDExt --version 1.4.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NDExt&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NDExt --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Next Design Extension Utility Tool
Next Designのエクステンションを開発するツールです。
必要環境
- このプログラムを動作させるには .NET8のSdkおよびnuget.exeのインストールが必要です。
- nuget.exe は公式サイトからダウンロードし、適切なフォルダーに保存して、そのフォルダーを PATH 環境変数に追加してください(パスの設定が通っていないと正しく動作しません)。
インストール方法
Next Designのエクステンション開発支援コマンドラインツールをグローバルツールとしてnuget.orgに公開しています。コマンドプロンプトから次のように実行してインストールします。
> dotnet tool install --global NDExt
- インストール後は下記のコマンドを実行しておきます。
> ndext install
利用方法
コマンドプロンプトから実行します。利用できるコマンドは下記を実行して確認して下さい。
> ndext --help
- 次のように確認できます。
NDExt:
Next Designのエクステンションを作成できるユーティリティです。
Usage:
NDExt [options] [command]
Options:
--version Display version information
Commands:
install プロジェクトのテンプレートをインストールします。最初に実行して下さい。
new <name> 現在のフォルダにNext Designのエクステンションのプロジェクトを作成します。
new-extp <name> 現在のフォルダにExtensionPointsライブラリを用いたエクステンションのプロジェクトを作成します。
pack エクステンションをパッケージ化します。
uninstall プロジェクトのテンプレートをアンインストールします。
- Next Designのエクステンションの .NET Core プロジェクトをカレントディレクトリに作成します。
> ndext new Ext1
- NextDesign.Desktop.ExtensionPointsを利用したエクステンションのプロジェクトをカレントディレクトリに作成します。
> ndext new-extp Ext2
- エクステンションをパッケージ化するには次のように実行します。
> ndext pack -c Release -v 3.0
packコマンドの実行に成功するとndpackagesフォルダにnupkgファイルが作成されます。
ドキュメント
詳しい利用方法はNDExtのドキュメントを参照して下さい。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.0 | 449 | 3/31/2025 |
| 1.3.0 | 594 | 6/8/2023 |
| 1.2.0 | 699 | 7/19/2022 |
| 1.1.0 | 582 | 6/30/2022 |
| 1.0.8 | 656 | 2/16/2022 |
| 1.0.7 | 631 | 2/15/2022 |
| 1.0.6 | 586 | 2/15/2022 |
| 1.0.5 | 610 | 2/15/2022 |
| 1.0.4 | 624 | 2/14/2022 |
| 1.0.3 | 469 | 1/14/2022 |
| 1.0.2 | 643 | 1/14/2022 |
| 1.0.1 | 618 | 1/14/2022 |
| 0.7.4 | 535 | 11/9/2021 |
| 0.7.3 | 525 | 11/9/2021 |
| 0.7.2 | 517 | 11/9/2021 |
| 0.7.1 | 537 | 11/9/2021 |
| 0.7.0 | 579 | 11/9/2021 |
| 0.6.0 | 568 | 11/5/2021 |