Problem using Microsoft.AspNetCore.ClientAssets with spaces in outputpath #38702
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-blazor-client-assets
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Milestone
When using the experimental Microsoft.AspNetCore.ClientAssets, library the build fails when there is a space in the output path.
The build output shows:
`webpack --mode development "--output-path"
"D:\My" "Projects\Redacted\src\MyLibrary.Components\obj\Debug\net6.0\clientassets/"`
but should say:
`webpack --mode development --output-path
"D:\My Projects\Redacted\src\MyLibrary.Components\obj\Debug\net6.0\clientassets/"`
(for readability I put the path part on the next line)
Further technical details
Version: "0.1.0-alpha.21528.2"
Net6.0:
The text was updated successfully, but these errors were encountered: