Find DeflateStream/GZipStream usage (native decompression)
Recipe ID
OpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework.FindDeflateStreamNativeDecompressionArtifactOpenRewrite.Recipes.CSharp.Migration.DotnetFlag usages of DeflateStream and GZipStream, whose decompression switches to native Windows APIs when retargeting to .NET Framework 4.7.2.
Single recipesearchdotnetnet-frameworkioProprietary
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.FindDeflateStreamNativeDecompressionIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.Migration.Dotnet