We are using Azure DevOps/SonarCloud integration and our repository is in C#. We have methods in our files where we mark them as obsolete because they will be removed. Is there a way in Azure or SonarCloud where when you do code coverage analysis(we are using OpenCover), it will ignore any methods that are marked as obsolete?
Thanks,
Randy