File: Helpers\DummyLifecycleHook.cs
Web Access
Project: src\tests\Aspire.Hosting.Tests\Aspire.Hosting.Tests.csproj (Aspire.Hosting.Tests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using Aspire.Hosting.Lifecycle;
 
namespace Aspire.Hosting.Tests.Helpers;
 
#pragma warning disable CS0618 // Type or member is obsolete
internal sealed class DummyLifecycleHook : IDistributedApplicationLifecycleHook
#pragma warning restore CS0618 // Type or member is obsolete
{
}