ionide / proj-info

Parse and evaluate MsBuild project files
MIT License
64 stars 37 forks source link

Exposes Properties on ProjectOptions #170

Closed TheAngryByrd closed 1 year ago

TheAngryByrd commented 1 year ago

This exposes the collected properties on ProjectOptions. This will allow the caller to get at information like IntermediateOutputPath which can allow for consumers to stop hardcoding obj folder paths.

This can unblock: https://github.com/ionide/proj-info/issues/103 https://github.com/ionide/proj-info/issues/110

baronfel commented 1 year ago

Those 7.0 failures seem to be the System.Array failure that we've seen intermittently @TheAngryByrd.