Disable IDE0049: PreferBuiltInOrFrameworkType by xtqqczze · Pull Request #26094 · PowerShell/PowerShell
Temporarily disable this rule until all violations are addressed.
Not all rule violations were resolved in #14491. Since the rule has internal setting EnforceOnBuild.Never it doesn’t affect builds, however it still produces distracting warnings during design-time analysis.
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0049
Related: #25922