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.64k stars 409 forks source link

Give custom resources friendly names [Prev: Simplify SqlServerDatabase Resource Type] #5555

Open afscrome opened 1 week ago

afscrome commented 1 week ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

Project, Container and Executable resoruces have nice concice names in the Type column of the Resources page (and in the Resource Types filter).

image

Describe the solution you'd like

It would be nice if SqlServerDatabaseResource (and possibly other resources) could have a similarly concise name. (e.g. SqlDatabase or SqlServerDatabase)

Additional context

No response

maddymontaquila commented 1 week ago

Gonna close this as a dupe of #2595 since we'd ideally address this as part of that work. Great call though - completely agree 💯

maddymontaquila commented 1 week ago

Another option is to just make custom resources look nicer with a lil change so we could do that in the meantime