Mitch Denny
Mitch Denny
@paule96 sorry I didn't see your PR here when I merged mine. I did the work on improving the codespaces support so that the dashboard would show the port forwarded...
@balachir I think this should be working fine now but current status looks like it wasn't tested. I've verified that `PublishAsConnectionString(...)` extension works. I can see that it emits a...
Closing this scenario down. I think this is well tested now :)
@davidfowl @DamianEdwards @eerhardt
> If this is generally valuable, it should be in SqlConnection itself I actually agree. And part of filing this issue and putting up the PR is to facilitate the...
> * `builder.AddSqlServer("server").AddDatabase("database");` actually creates the database. I think this is probably the way customers expect it to work for local development. There are really two broad approaches to make...
@nycdotnet what you proposed is not totally out of line with what we were thinking. We had been agonizing a fair amount about bringing client library dependencies into the AppHost....
Are you talking about something like this: ```csharp var builder = DistributedApplication.CreateBuilder(args); builder.AddProject("foo").AsContainer(); ```
I'm thinking it might even be better to do something like this: ```csharp var builder = DistributedApplication.CreateBuilder(args); builder.AddProjectContainer("foo"); ``` I've been playing around with what the developer experience is for...
What are the logs for SQL server telling in the dashboard?