In the [upgrade to .NET 10 SDK](https://github.com/dotnet/extensions/pull/6863/), `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 https://github.com/dotnet/extensions/pull/6863, but instead disabled the analyzer for now. Once https://github.com/dotnet/extensions/pull/6863 is merged, we should re-enable this analyzer and fix the violations.