Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document dotnet tools plugin usage #3379

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Nigusu-Allehu
Copy link
Contributor

@Nigusu-Allehu Nigusu-Allehu requested review from a team as code owners December 6, 2024 00:21
Copy link

Learn Build status updates of commit 18ce1c9:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/extensibility/NuGet-Cross-Platform-Plugins.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@Nigusu-Allehu Nigusu-Allehu self-assigned this Dec 6, 2024
Copy link

Learn Build status updates of commit eba36da:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/extensibility/NuGet-Cross-Platform-Plugins.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Copy link

Learn Build status updates of commit 7de8612:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/extensibility/NuGet-Cross-Platform-Plugins.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:


1. Plugins installed as .NET tools must follow a naming convention: **`nuget-plugin-*`**.
2. Upon installation, these plugins are added to the `PATH` by the .NET SDK. NuGet scans the `PATH` environment variable for executables with names starting with `nuget-plugin-`.
3. On Windows, NuGet looks for `.exe` or `.bat` files, while on Linux and macOS, it identifies plugins by checking for the executable bit.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this in addition to #1?

So how does one ship a global tool that works on both linux & windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document .net tools Plugin feature
2 participants