-
Notifications
You must be signed in to change notification settings - Fork 742
Discover plugins installed using Net tools #5990
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
Merged
Nigusu-Allehu
merged 47 commits into
dev-feature-dot-net-tool-plugin-support
from
dev-nyenework-net-tools-plugin
Oct 22, 2024
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
4ace5f4
Discover Net tools installed plugins
Nigusu-Allehu e23db95
Read unix executable plugins
Nigusu-Allehu 73dc448
Add tests
Nigusu-Allehu d5ba119
Linux test
Nigusu-Allehu 3ad5aef
Linux test
Nigusu-Allehu 6d0a92f
cleanup
Nigusu-Allehu 29f9482
Use GetUnixFileMode
Nigusu-Allehu ec680b4
Fix test
Nigusu-Allehu eb00875
Add more tests
Nigusu-Allehu e6f3e9f
white space
Nigusu-Allehu 3ac5084
fix tests
Nigusu-Allehu de6bd47
Comment
Nigusu-Allehu b928c1a
use /bin/bash
Nigusu-Allehu 1ec9a79
Fix assert
Nigusu-Allehu 68e86ee
Cleanup testing
Nigusu-Allehu 346b6d6
Add NUGET_PLUGIN_PATHS
Nigusu-Allehu ce0b9b4
Clean code
Nigusu-Allehu ae23b52
use empty body constructor
Nigusu-Allehu 0082b0c
NuGetPluginPaths Env variable used by dotnet tools only
Nigusu-Allehu b0cbeba
Test
Nigusu-Allehu f68c137
Clean up
Nigusu-Allehu 8329500
fix process
Nigusu-Allehu 4e8effc
Plugins path env
Nigusu-Allehu c273b7b
fix tests
Nigusu-Allehu 3d1e878
fix linux bash call
Nigusu-Allehu e3c1b57
fix bash command
Nigusu-Allehu bceba8e
remove some apis
Nigusu-Allehu b2a23e1
remove symlink check
Nigusu-Allehu 6cec63b
cleanup
Nigusu-Allehu daccb03
cleanup
Nigusu-Allehu 97c1b23
cleanup
Nigusu-Allehu 6077448
comments
Nigusu-Allehu e655a61
factorize and clean up
Nigusu-Allehu 66983c1
Cleanup
Nigusu-Allehu d0a77e7
Update PluginDiscoverer API
Nigusu-Allehu 704e61d
Cleanup
Nigusu-Allehu 32cab44
cleanup
Nigusu-Allehu 8424237
dispose directories
Nigusu-Allehu ed12e51
undo
Nigusu-Allehu 7466578
fix netcore test
Nigusu-Allehu 47f4d5d
Fix linux tests
Nigusu-Allehu 3eab1a7
Cleanup
Nigusu-Allehu 2a36928
clean up test conflict
Nigusu-Allehu 3f8b8db
Address comments
Nigusu-Allehu 691c76e
Address comments
Nigusu-Allehu 6abbc3d
Address comments
Nigusu-Allehu 7f017a4
cleanup
Nigusu-Allehu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Unshipped.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| #nullable enable | ||
| ~NuGet.Protocol.Plugins.PluginDiscoverer.PluginDiscoverer(string rawPluginPaths) -> void | ||
| NuGet.Protocol.Plugins.PluginDiscoverer.PluginDiscoverer() -> void |
2 changes: 1 addition & 1 deletion
2
src/NuGet.Core/NuGet.Protocol/PublicAPI/net8.0/PublicAPI.Unshipped.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| #nullable enable | ||
| ~NuGet.Protocol.Plugins.PluginDiscoverer.PluginDiscoverer(string rawPluginPaths) -> void | ||
| NuGet.Protocol.Plugins.PluginDiscoverer.PluginDiscoverer() -> void |
2 changes: 1 addition & 1 deletion
2
src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| #nullable enable | ||
| ~NuGet.Protocol.Plugins.PluginDiscoverer.PluginDiscoverer(string rawPluginPaths) -> void | ||
| NuGet.Protocol.Plugins.PluginDiscoverer.PluginDiscoverer() -> void |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.