In the upgrade to .NET 10 SDK, IDE0032 is now firing to use the new field keyword and remove the backing field member.
Since this is a large change, I didn't include it in #6863, but instead disabled the analyzer for now.
Once #6863 is merged, we should re-enable this analyzer and fix the violations.