A dotnet CLI to automatically create strongly typed c-sharp models. This CLI tool should be used to re-generate the wrapping C# classes whenever a content type is added or changed in Contentful.
See the PlatformApi README.
Execute dotnet pack
to build an updated package
After building, you can test your updated tool locally by running:
$: dotnet tool uninstall -g contentful.modelscreator.cli
$: dotnet tool install --global --add-source <path to repo>/Contentful.ModelsCreator.Cli/bin/Debug --no-cache contentful.modelscreator.cli
dotnet nuget push "Contentful.ModelsCreator.Cli/bin/Release/contentful.modelscreator.cli..nupkg" --source "github"