Find SameSiteMode.None usage (behavior changed in .NET Core 3.1)
Recipe ID
OpenRewrite.Recipes.CSharp.Migration.Dotnet.Net3_1.FindSameSiteNoneArtifactOpenRewrite.Recipes.CSharp.Migration.DotnetFinds 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.FindSameSiteNoneIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.Migration.Dotnet