#if !NETCOREAPP namespace System.Diagnostics.CodeAnalysis { /// Applied to a method that will never return under any circumstance. [AttributeUsage(AttributeTargets.Method, Inherited = false)] internal sealed class DoesNotReturnAttribute : Attribute { } } #endif