Peter Palotas
Peter Palotas
This gave a nice performance boost, although I think there are still more to be desired. Out of curiosity, what is actually going on that is taking so much time...
@slorber Thanks for the explanation. We did try the persistent caching, and it seems to help a lot with the time spent during the "Build server/client" phase (which I assume...
I have no idea what the check failure on macOS is about unfortunately. Is there something I did wrong?
No worries. I'll try to come up with a suggestion on how this could be handled by code generation in the meantime, and post a suggestion once I come up...
I have now spent some time thinking about how code generation in Nuke could be extended to support this scenario, and I've come up with the following five enhancements that...
@david-driscoll That should be doable as well. We just need to come to an agreement on how to implement the support for this with the code generation first I think....
Not sure what the issue was here, but isn't WiX available as a NuGet package? (or perhaps this wasn't the problem at all, if so, please disregard) (https://www.nuget.org/packages/WiX)
Please disregard the statement above. I mistook some unofficial packages for official ones (I think). But I would really like to see this implemented in the tooling as well. For...
> @tig are you seeing the same problem with https://github.com/felixfbecker/PSKubectl/blob/master/src/AsyncCmdlet.cs too? If not, maybe we could use that as a starting point instead. > > > GitHub**[felixfbecker/PSKubectl](https://github.com/felixfbecker/PSKubectl)**kubectl with the power...
I currently don't see a way to autogenerate code for this type of parameter specification. It is quite specialized. I would be happy to manually implement this and submit a...