← All recipes
Moderne licensed

Find SameSiteMode.None usage (behavior changed in .NET Core 3.1)

Recipe IDOpenRewrite.Recipes.CSharp.Migration.Dotnet.Net3_1.FindSameSiteNoneArtifactOpenRewrite.Recipes.CSharp.Migration.Dotnet

Finds usages of SameSiteMode.None which changed behavior in .NET Core 3.1 due to Chrome 80 SameSite cookie changes. Apps using remote authentication may need browser sniffing.

Single recipenet3.1searchdotnetaspnetcoreProprietary

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.Net3_1.FindSameSiteNone

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

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