← All recipes
Moderne licensed

Find GnuTarEntry/PaxTarEntry default timestamp change

Recipe IDOpenRewrite.Recipes.CSharp.Migration.Dotnet.Net10.FindGnuTarPaxTarEntryArtifactOpenRewrite.Recipes.CSharp.Migration.Dotnet

Finds new GnuTarEntry(...) and new PaxTarEntry(...) constructor calls. In .NET 10, these no longer set atime and ctime by default. Set AccessTime/ChangeTime explicitly if needed.

Single recipenet10searchdotnettarProprietary

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.Net10.FindGnuTarPaxTarEntry

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

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