dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 476 forks source link

Make VolumeNameGenerator public #6490

Closed ejsmith closed 3 weeks ago

ejsmith commented 4 weeks ago

Is there an existing issue for this?

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

No response

Describe the solution you'd like

Please make the VolumeNameGenerator class public so that other 3rd party packages can use it. There is a lot of logic in there to generate a proper volume name. Why make 3rd party packages recreate that same logic?

Additional context

No response

davidfowl commented 4 weeks ago

Yes, this should be public.

los93sol commented 3 weeks ago

Yes, this should be public.

I took a swag at this one.

danmoseley commented 3 weeks ago

done