suppressCommonWarnings

please help me

Library\PackageCache\com.unity.ide.rider@3.0.7\Rider\Editor\ProjectGeneration\ProjectGeneration.cs(800,26): error CS0117: ‘PlayerSettings’ does not contain a definition for ‘suppressCommonWarnings’,Please guys can you help me with this error
Library\PackageCache\com.unity.ide.rider@3.0.7\Rider\Editor\ProjectGeneration\ProjectGeneration.cs(800,26): error CS0117: ‘PlayerSettings’ does not contain a definition for ‘suppressCommonWarnings’

I’m not sure what is going on here. As a hacky fix I copied the entire package from root/Library/PackageCache to root/Packages, then deleted the failing lines of code from ProjectGeneration.cs

Again, this is a terrible fix, but it’s quick and I don’t know that I care enough to solve it correctly at this moment.