Nuget package for library
Will the library be published as a nuget package?
We expect that this generator will eventually be released as a nuget package; however we have no plans to do so soon.
Given that we now have some other dotnet tools (so we know how to do it), I'm starting to wonder whether this would be worth doing after all. We probably wouldn't use it for Bazel builds, but other scripts could just install the right version. (Note that we'd probably still want to be able to override that to use a local version, so it won't actually streamline the code in the scripts, but it might have an impact on generation times.)
Closing as while this sounds "nice to have" it would actually end up making various scenarios more complex.