Example: https://github.com/dotnet/core/pull/9176#discussion_r1488775270 https://github.com/dotnet/runtime/blob/be5694d8e8494f533bfe5d48d987f5e050df80d2/src/libraries/System.Runtime/ref/System.Runtime.cs#L15088 ```diff + public sealed class Lock { ``` Should have been ```diff + [System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] + public sealed class Lock { ```