Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

teo-tsirpanis
Copy link
Contributor

This class does not seem to be necessary after the unification of the crypto assemblies. I also fixed a typo and did some minor clean-up.

This class does not seem to be necessary after the unification of the crypto assemblies.
@ghost ghost added the area-System.Security label Feb 8, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Feb 8, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • src/libraries/System.Security.Cryptography/src/System.Security.Cryptography.csproj: Language not supported
  • src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/CryptoConfig.Common.cs: Evaluated as low risk
  • src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/CryptoConfigForwarder.cs: Evaluated as low risk
  • src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/KeyedHashAlgorithm.cs: Evaluated as low risk
Comments suppressed due to low confidence (1)

src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/CryptoConfig.cs:16

  • [nitpick] The error message string 'CreateFromNameUnreferencedCodeMessage' could be clearer. Consider rephrasing to 'The default algorithm implementations might be removed. Use strong type references like 'RSA.Create()' instead.'
internal const string CreateFromNameUnreferencedCodeMessage = "The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.";

@bartonjs bartonjs merged commit bce01a6 into dotnet:main Mar 20, 2025
79 of 83 checks passed
@teo-tsirpanis teo-tsirpanis deleted the crypto-config-forwarder branch March 20, 2025 21:49
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Security community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants