stakx / TypeNameFormatter

A small .NET library for formatting type names à la C#.
MIT License
33 stars 4 forks source link

Source file not updated when `<Nullable>` changes or when target project is updated from 1.0.x #45

Open stakx opened 4 years ago

stakx commented 4 years ago

Right now, to get the updated code file, one has to manually delete the target project's obj/ folder, then do a NuGet package restore, i.e. essentially a manual re-install of the package. Can this be made to work automatically?