I ran code cleanup on my solution, and it replaced all occurrences of "default(T)" with "default" but my particular solutions get pumped through a Jenkins pipeline that requires C# 7.0 conformity.
Is there a way to configure Code Cleanup in Resharper to do the opposite? Namely, replace all occurrences of "default" with "default(T)"?