Closed urialon closed 5 years ago
+1
Building successfully is not required, but building "enough" is so that Roslyn semantic model is populated with type information, which is crucial to determine which expressions to consider. [This means that nuget package need to be around, at least]
Thanks!
Hi @mmjb , I noticed that your code tries to build every input solution. Do these input solutions have to compile/ build successfully?
If so, what happens when they don't? Because your code doesn't simply skip an unbuilt solution.
Thanks!