David Fowler
David Fowler
Right, this isn't supported. It's not possible to run .NET Framework projects with .NET run, this only works in visual studio.
This is by design. As @mitchdenny said, the process when you dotnet watch becomes dotnet watch itself. This will be fixed when we get first class integration with watch https://github.com/dotnet/sdk/issues/36971.
I feel like we should re-think the whole launch profile model and maybe just have Aspire.Hosting read the launch profile and just use the DCP for the IDE for the...
I spent some time on this https://x.com/depechie/status/1740866116665401716?s=46&t=Mk5w5BXVOkxfBqMWVn-TOw it turns out you can do env variable substitution in most places now (this wasn’t always true). We can clean this up and...
cc @karolz-ms
I agree. This known but I think it's out of scope for GA. Right now it just shows Starting... Putting this in the post ga release.
Do we get docker pull logs now?
@dbreshears can you clarify what work needs to be done?
This is fixed in https://github.com/dotnet/aspire/pull/4601
Related to https://github.com/dotnet/aspire/issues/2438