-
Notifications
You must be signed in to change notification settings - Fork 735
Plugin discovery: make "nuget-plugin-*" plugin pattern matching cases sensitive #6255
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
Plugin discovery: make "nuget-plugin-*" plugin pattern matching cases sensitive #6255
Conversation
e0b4ee8 to
00913b3
Compare
This comment was marked as outdated.
This comment was marked as outdated.
zivkan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I didn't take long enough to read the justification for why these tests don't run on .NET Framework, but it's really not clear to me.
Restore via msbuild.exe runs on .NET Framework, and should also be able to detect nuget-plugin-* plugins. The test seems just as relevant to me on .NET Framework as it does on the .NET (Core) runtime.
test/NuGet.Core.Tests/NuGet.Protocol.Tests/Plugins/PluginDiscovererTests.cs
Outdated
Show resolved
Hide resolved
test/NuGet.Core.Tests/NuGet.Protocol.Tests/Plugins/PluginDiscovererTests.cs
Outdated
Show resolved
Hide resolved
|
This PR has been automatically marked as stale because it has no activity for 7 days. It will be closed if no further activity occurs within another 7 days of this comment. If it is closed, you may reopen it anytime when you're ready again, as long as you don't delete the branch. |
e08f176 to
66db33f
Compare
Bug
Fixes: #6138 (comment)
one of many fixes from NuGet/Home#13975
This PR makes sure plugin discovery is cases sensitive for "nuget-plugin-*" plugins. This is platform independent.
Description
PR Checklist