IResourceWithoutLifetime
Interface net10.0
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{ // ...}