Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IResourceWithoutLifetime

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
Represents a resource that does not have a lifetime. Reserved for resources that are just holders of data or references to other resources.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithoutLifetime
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}