phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

Implement API to retrieve compiler command-line #213

Closed siegfriedpammer closed 1 year ago

siegfriedpammer commented 1 year ago

Fixes #212

daveaglick commented 1 year ago

That was fast, thanks! The code looks great, so assuming the build check passes I'll merge this in an get a release out. I also need to run some integration tests locally before releasing, but that rarely fails if the CI build passes.

siegfriedpammer commented 1 year ago

Thank you very much for merging this so fast. I just updated my project and it works like a charm.

daveaglick commented 1 year ago

Awesome, glad to hear it!