net9.0
namespace Aspire.Hosting.ApplicationModel
{
public class ResourceNotificationService
{
[Obsolete("ResourceNotificationService now requires an IHostApplicationLifetime.\r\nUse the constructor that accepts an ILogger<ResourceNotificationService> and IHostApplicationLifetime.\r\nThis constructor will be removed in the next major version of Aspire.")]
public ResourceNotificationService(ILogger<ResourceNotificationService!>! logger);
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assembly | Aspire.Hosting , Version=8.2.2.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Aspire.Hosting net8.0 |
Obsolete | ResourceNotificationService now requires an IHostApplicationLifetime. Use the constructor that accepts an ILogger<ResourceNotificationService> and IHostApplicationLifetime. This constructor will be removed in the next major version of Aspire. |
Platform Restrictions | This API is supported on all platforms. |