Skip to content
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

fix(Microsoft.FluentUI.AspNetCore.Components): missing LEGAL.txt #1927

Closed
barbarossa426 opened this issue Apr 24, 2024 · 4 comments
Closed
Labels
area:maui A MAUI/WebView-specific issue status:blocked Any issue blocked by another

Comments

@barbarossa426
Copy link

barbarossa426 commented Apr 24, 2024

🐛 Bug Report

When trying to debug an error is displayed:
image
Configuration Manager is correct:
image

💻 Repro or Code Sample

  • create a .NET.Maui.Blazor Hybrid
  • add FluentUI using: dotnet add package Microsoft.FluentUI.AspNetCore.Components --version 4.7.1
  • Do the fix for initializersLoader.webview.js, described in Blazor Hybrid
  • Debug the application using Windows Machine

🤔 Expected Behavior

An awesome application boilerplate

😯 Current Behavior

Error message:
image

The file is indeed in: .nuget\packages\microsoft.fluentui.aspnetcore.components\4.7.1\staticwebassets
image

But is missing inside; MyApp\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\wwwroot_content\Microsoft.FluentUI.AspNetCore.Components
image

🌍 Your Environment

Windows 11
Visual studio 2022 Version 17.10.0 Preview 3.0

@microsoft-github-policy-service microsoft-github-policy-service bot added the triage New issue. Needs to be looked at label Apr 24, 2024
@vnbaaij vnbaaij added status:blocked Any issue blocked by another area:maui A MAUI/WebView-specific issue and removed triage New issue. Needs to be looked at labels Apr 24, 2024
@vnbaaij
Copy link
Collaborator

vnbaaij commented Apr 24, 2024

The issue you are tunning into is, believe it or not, that that path to the file is too long. See also dotnet/maui#17828.

I don't believe there is anything we can do about that on our side. For you, I think the only solution would be to shorthen the path that is mentioned after the layout in the error description.

For what it is worth, I just created a new app call MauiApp1 in my D:\Temp folder and that is working as expected (although you are not getting an awesome application boilerplate but just the boring Bootstrap stuff 😉)

@vnbaaij vnbaaij closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
@barbarossa426
Copy link
Author

Interesting, I store all my solutions at "c:\develop\private\MyProject". While I do have a folder structure within my solution, it's not overly complex.

@vnbaaij
Copy link
Collaborator

vnbaaij commented Apr 24, 2024

Well, you have "\Family.SkillBuilder\Family.Skillbuilder.Kids\Skillbuilder.Kids.App" as the 'root' path and then w have our assembly name which is also not the shortest so combined it goes just over the 260 max chars limit (I think total is 261 here to be precise)

@barbarossa426
Copy link
Author

Confirmed. Moving the project to the c: resolved the issue. Thanks, @vnbaaij , for the quick response. Please close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:maui A MAUI/WebView-specific issue status:blocked Any issue blocked by another
Projects
None yet
Development

No branches or pull requests

2 participants