-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
Mark RNGCryptoServiceProvider as Obsolete #52373
Mark RNGCryptoServiceProvider as Obsolete #52373
Conversation
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsFixes #40169, marking
|
The breaking change documentation will be covered by dotnet/docs#23856. /cc @gewarren |
The failing check is #51584. |
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CurrentUserOnly.Windows.cs
Outdated
Show resolved
Hide resolved
…://github.com/jeffhandley/runtime into jeffhandley/obsolete-rngcryptoserviceprovider
...aries/System.Security.Principal.Windows/tests/WindowsIdentityImpersonatedTests.netcoreapp.cs
Show resolved
Hide resolved
….Create().GetBytes()
I think the System.Security.Principal.Windows test changes may have to be reverted, as that .csproj cross-targets core + full framework. But everything else LGTM. |
…enerator.Create().GetBytes()" This reverts commit 447f848.
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CurrentUserOnly.Windows.cs
Outdated
Show resolved
Hide resolved
…st.CurrentUserOnly.Windows.cs
Fixes #40169, marking
RNGCryptoServiceProvider
as obsolete, guiding usage towardRandomNumberGenerator.Create()
.