-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Issue-Code Cleanupthe issue is for cleaning up the code with no impact on functionalitythe issue is for cleaning up the code with no impact on functionalityResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module
Description
This issue is to track work on merging, moving , and cleaning the Web Cmdlets code
- Merge partial classes into single class files
- Clean up and organize the cmdlets code
- Remove
partial
's - Sort
usings
's, Properties, Methods, etc - Fix comments
- Fix Formatting
- Convert to automatic properties where possible
- Remove
using Microsoft.Win32;
- Remove
- Move all web cmdlet code from sub folders to
src\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\
top level folder - Move independent enums and classes out of WebRequestPSCmdlet.cs to separate files
Metadata
Metadata
Assignees
Labels
Issue-Code Cleanupthe issue is for cleaning up the code with no impact on functionalitythe issue is for cleaning up the code with no impact on functionalityResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module