<PackageReference Include="System.Diagnostics.EventLog" Version="7.0.0-preview.2.22152.2" />

EventLogStatus

public sealed class EventLogStatus
namespace System.Diagnostics.Eventing.Reader { public sealed class EventLogStatus { public string LogName { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public int StatusCode { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } internal EventLogStatus() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } }