### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. - [X] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md). - [X] Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell). ### Steps to reproduce Currently we have disabled SYSLIB0057 in #24273 as it causes breaking changes in SecuritySupport.cs when we have to use CertificateLoader. We should eventually resolve this. ### Expected behavior ```console remove pragma warning disable ``` ### Actual behavior ```console pragma warnings are enabled ``` ### Error details _No response_ ### Environment data ```powershell master ``` ### Visuals _No response_
Prerequisites
Steps to reproduce
Currently we have disabled SYSLIB0057 in #24273 as it causes breaking changes in SecuritySupport.cs when we have to use CertificateLoader.
We should eventually resolve this.
Expected behavior
remove pragma warning disableActual behavior
pragma warnings are enabledError details
No response
Environment data
Visuals
No response