v7.4.0-preview.3 Release of PowerShell #19549
Replies: 2 comments 6 replies
-
|
Hi there, I wanna report an issue with PowerShell v7.4.0-preview.3. The problem comes when you run the PowerShell 7.4.0-preview.3 Chkdsk cannot run because the volume is in use by another This volume will be checked the next time the system restarts. In fact, it does the command that we've applied, but is weird the message. The PowerShell 7.3.4 doesn't give us this issue, so: PowerShell 7.3.4 Chkdsk cannot run because the volume is in use by another This volume will be checked the next time the system restarts. That's all for now. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
@Vintage10E It's expected behavior from the All experimental features are enabled by default for preview packages, and that's why you see the error message. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
7.4.0-preview.3 - 2023-04-20
Breaking Changes
#requires -pssnapin(Remove#requires -pssnapinΒ #19320)Engine Updates and Fixes
ICommandPredictorinterface to reduce boilerplate code from predictor implementation (Update theICommandPredictorinterface to reduce boilerplate code from predictor implementationΒ #19414)Performance
Resolve-Pathrelative path resolution (Speed up Resolve-Path relative path resolutionΒ #19171) (Thanks @MartinGC94!)General Cmdlet Updates and Fixes
Add-Type(Fix race condition inAdd-TypeΒ #19471)https-to-httpredirect only if both URIs are absolute (WebCmdlets check if absolute uri before checking schemeΒ #19468) (Thanks @CarloToso!)Ctrl+cwhen connection hangs while reading data in WebCmdlets (Invoke-RestMethod/WebRequest: Support CTRL-C when reading data and connection hangsΒ #19330) (Thanks @stevenebutler!)AutomationNullto$nullfor assignment (Enable type conversion of AutomationNull to $null for assignmentΒ #19415)-EnvironmenttoStart-Process(Add-Environmentparameter toStart-ProcessΒ #19374)-RelativeBasePathtoResolve-Path(Add RelativeBasePath parameter to Resolve-PathΒ #19358) (Thanks @MartinGC94!)-OutFileparameter (Allow using a folder path in WebCmdlet's OutFile parameterΒ #19007) (Thanks @CarloToso!)Code Cleanup
We thank the following contributors!
@eltociear, @CarloToso
typeDataXmlLoader.cs(Fix typo in typeDataXmlLoader.csΒ #19319) (Thanks @eltociear!)Compiler.cs(Fix typo in Compiler.csΒ #19491) (Thanks @eltociear!)GetResponseObjectmethod (Remove WebResponseObjectFactory.CoreClr.csΒ #19380) (Thanks @CarloToso!)ContentHelpermethods (Simplify ContentHelper methodsΒ #19367) (Thanks @CarloToso!)BasicHtmlWebResponseObject(Initialize Regex lazy in BasicHtmlWebResponseObjectΒ #19361) (Thanks @CarloToso!)WebRequestSession.cs(Add nullable annotations in WebRequestSession.csΒ #19291) (Thanks @CarloToso!)Tests
Build and Packaging Improvements
We thank the following contributors!
@dkattan
8.0.100-preview.3.23178.7(Update .NET SDK version from8.0.100-preview.2.23157.25to8.0.100-preview.3.23178.7Β #19381)Microsoft.CSharp(Force update Microsoft.CSharp transitive dependencyΒ #19514)DotnetRuntimeMetadata.jsonto consume the .NET 8.0.0-preview.3 release (UpdateDotnetRuntimeMetadata.jsonto consume the .NET 8.0.0-preview.3 releaseΒ #19529)Microsoft.CodeAnalysis.CSharpback to 4.5.0 (Revert "Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0-2.23152.6"Β #19464) (Thanks @dkattan!)PoolNamesvariable group to compliance pipeline (Add PoolNames variable group to compliance pipelineΒ #19408)SHA256 Hashes of the release artifacts
This discussion was created from the release v7.4.0-preview.3 Release of PowerShell.
Beta Was this translation helpful? Give feedback.
All reactions