Skip to content

Problem using Microsoft.AspNetCore.ClientAssets with spaces in outputpath #38702

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

Closed
MariovanZeist opened this issue Nov 29, 2021 · 2 comments
Closed
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

Comments

@MariovanZeist
Copy link
Contributor

MariovanZeist commented Nov 29, 2021

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:

@pranavkm pranavkm added the area-blazor Includes: Blazor, Razor Components label Nov 30, 2021
@mkArtakMSFT mkArtakMSFT added this to the .NET 7 Planning milestone Nov 30, 2021
@ghost
Copy link

ghost commented Nov 30, 2021

Thanks for contacting us.

We're moving this issue to the .NET 7 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s).
If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues.
To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@mkArtakMSFT mkArtakMSFT added bug This issue describes a behavior which is not expected - a bug. feature-blazor-client-assets labels Nov 30, 2021
@mkArtakMSFT
Copy link
Member

Thanks for contacting us. This is going to be addressed as part of #38445

@mkArtakMSFT mkArtakMSFT added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Aug 10, 2022
@ghost ghost added the Status: Resolved label Aug 10, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants