← All recipes
Moderne licensed

Find DeflateStream/GZipStream usage (native decompression)

Recipe IDOpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework.FindDeflateStreamNativeDecompressionArtifactOpenRewrite.Recipes.CSharp.Migration.Dotnet

Flag 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.FindDeflateStreamNativeDecompression

If the recipe isn’t available locally, install it with:

mod config recipes nuget install OpenRewrite.Recipes.CSharp.Migration.Dotnet