phmonte / Buildalyzer

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

Add an interface for ProjectItem #162

Closed fbd closed 3 years ago

fbd commented 3 years ago

Since the constructor of ProjectItem is internal it is very hard to mock the IAnalyzerResult properly. Suggested improvement for: #161

daveaglick commented 3 years ago

Great change, thanks!