namespace Microsoft.AspNetCore.Mvc.Analyzers { public class GetAttributes_WithoutMethodOverridding { [ProducesResponseType(201)] public void Method() { } } }