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 caching in .NET info resolver #267

Closed Corniel closed 2 months ago

Corniel commented 2 months ago

I thought that #263 could be implemented like this. I'm not sure yet what test to add for this.

phmonte commented 2 months ago

Thanks for the contribution, About the tests, I think of something just to ensure that the data from sample1.csproj is not being sent to queries from sample2.csproj, what do you think?

Corniel commented 2 months ago

@phmonte I was not sure, hence my question.