Find RSACng usage (non-standard key size behavior)
Recipe ID
OpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework.FindRSACngImportParametersArtifactOpenRewrite.Recipes.CSharp.Migration.DotnetFlag usages of RSACng, whose handling of non-standard RSA key sizes changes when retargeting to .NET Framework 4.6.2.
Single recipesearchdotnetnet-frameworkcryptoProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe OpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework.FindRSACngImportParametersIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.Migration.Dotnet