dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.79k stars 450 forks source link

Github codespaces - ASP .NET core website rendered with partial css while being launched from dashboard in githubcode spaces #3442

Open kvenkatrajan opened 6 months ago

kvenkatrajan commented 6 months ago

While attempting to load the application urls it was noticed that the app doesn't render the styles as expected - on further analysis bootstrap and non-app specific css references were not getting added to the source folder within the github deployed website - This appears to be an issue in any ASP .NET core web site deployed and not specific to Aspire

CC: @phil-allen-msft

kvenkatrajan commented 2 months ago

@phil-allen-msft - not sure if you are aware of this one that was filed while testing aspire in github codespaces. Moving it to 8.4 - this would be needed when the other inflight codespaces work is complete.

joperezr commented 2 months ago

@kvenkatrajan is this something we want for 9.0? Do we understand what needs to happen?

mitchdenny commented 2 weeks ago

Is there a set of repro steps for this. I was doing some work with Codespaces over the weekend (see results in #1178) and didn't notice any CSS issues.

/cc @drewnoakes @adamint do you have more context?

drewnoakes commented 2 weeks ago

It sounds like this was originally reported by @phil-allen-msft. Do you have any additional context, Phil, and do you still see this?

If not, then we can close this and reopen if needed.