We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet.exe, MSBuild.exe, NuGet.exe, Visual Studio Package Management UI, Visual Studio Package Manager Console, NuGet SDK
latest
no
Other
In NuGet.Packaging.Signing.CertificateUtility.IsCertificatePublicKeyValid(...) an System.Security.Cryptography.RSA object is created but not disposed.
NuGet.Packaging.Signing.CertificateUtility.IsCertificatePublicKeyValid(...)
System.Security.Cryptography.RSA
No response
The text was updated successfully, but these errors were encountered:
RSA
Signing: dispose RSA instance (#6066)
1e4a9a2
Resolve NuGet/Home#13823
dtivel
Successfully merging a pull request may close this issue.
NuGet Product Used
dotnet.exe, MSBuild.exe, NuGet.exe, Visual Studio Package Management UI, Visual Studio Package Manager Console, NuGet SDK
Product Version
latest
Worked before?
no
Impact
Other
Repro Steps & Context
In
NuGet.Packaging.Signing.CertificateUtility.IsCertificatePublicKeyValid(...)
anSystem.Security.Cryptography.RSA
object is created but not disposed.Verbose Logs
No response
The text was updated successfully, but these errors were encountered: