-
Notifications
You must be signed in to change notification settings - Fork 735
Remove IsDesktop & Add PluginFile PluginFile(filePath, state) constructor
#6256
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
Conversation
|
PR Naming: |
nkolev92
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.
I think you need to flip the condition during the rename.
Yes that is correct! I think this got a bit confusing because I did not do that. I have also re written the description to make this clearer |
|
@Nigusu-Allehu and I spoke offline and thought it would be better to just get rid of |
This is great! @Nigusu-Allehu can we rename the title of this PR to reflect this update? Currently it says that we are renaming IsDesktop to RequiresDotNetHost, but the change is more than just renaming the variable now. |
jebriede
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.
Please update the title of the PR to reflect the updated changes. The code changes LGTM! 🚀
PluginFile(filePath, state) contructor
PluginFile(filePath, state) contructorPluginFile(filePath, state) contractor
PluginFile(filePath, state) contractorPluginFile(filePath, state) constructor
Bug
Fixes: NuGet/Home#13975
Addresses comments regarding renaming variables and refactoring test in #6138
Description
Remove IsDesktop & Add PluginFile
PluginFile(filePath, state)contractorPR Checklist