aspirant-project / aspirant

Extensions for .NET Aspire
MIT License
57 stars 5 forks source link

Add resource-specific packages with support for health checks #11

Closed Kralizek closed 3 months ago

Kralizek commented 3 months ago

This PR copies the extension methods from https://github.com/davidfowl/WaitForDependenciesAspire

Fixes #6

Kralizek commented 3 months ago

For now I'm just bulk copying from the repo linked in the open post. Let me know if you want to add samples and/or tests.

DamianEdwards commented 3 months ago

@Kralizek this looks great, thank you! If you want to, you could add the RunWith / PublishWith extensions for things like WithDataVolume and WithDataBindMount for the newly added projects too (similar to what's already in the Redis project), but if not that's totally fine.

Kralizek commented 3 months ago

I don't mind doing it, but maybe in another PR?

DamianEdwards commented 3 months ago

@davidfowl take a look?