Closed
Description
Description
See PowerShell/PowerShell#15886 It is very amazing to see such name conflicts.
- System.Management.Automation.ExecutionContext vs System.Threading.ExecutionContext
Proposal is to rename System.Threading.ExecutionContext to System.Threading.ThreadExecutionContext
"ExecutionContext" is such a common pattern that there will be conflicts in many projects.
- System.Management.Automation.DriveNotFoundException vs System.IO.DriveNotFoundException
I haven't exact proposal. If we renamed System.Management.Automation.DriveNotFoundException to System.Management.Automation.PSDriveNotFoundException in PowerShell repository this would be a breaking change. I feel it is not accessible /cc @SteveL-MSFT @adityapatwardhan
I hope .Net can find alternative name for System.IO.DriveNotFoundException (maybe IODriveNotFoundException?)
Regression?
Regression in PowerShell after moving to .Net Core 6.0 Preview.7.