complog
complog copied to clipboard
NuGet to Compiler Log
I needed to find a play project to test out copilot, claude code and amp etc... and my pet project is this:
https://github.com/slang25/nuget-to-complog
It's a little tool that you can give a name and optional version number to a nuget.org package, and if it was built with sourcelink and reproducible build settings, it will extract a complog.
I think I'll find this useful for future experiments. Do you think this functionality could end up directly in the complog cli? At the moment I include the nuget packages, which is currently used to download the package, but I think it could be stripped down to not require that.
Be warned, there is AI slop a plenty 😅