Jared Parsons

Results 531 comments of Jared Parsons

> A property should be introduced that is the union of NetPrevious and NetMinimum. I think this is the key. Given that NetPrevious and NetCurrent can change, and will change...

@jjonescz PTAL

> The files under build_property.CsWin32InputMetadataPaths are not included in the complog. Are they passed as arguments to the compiler? If not that seems like they're breakiyng the invariants of the...

In theory yes. Are these binary files? In the past we've had trouble with how generators / analyzers can distribute binary files and we haven't found a good solution for...

Now that we're talking about it some of the problems are getting paged back in. I believe the primary issue is [roslyn 54899](https://github.com/dotnet/roslyn/issues/54899). Part of the problem is how we...

The compiler model is generally that a `Compilation` is 100% self-contained, immutable and has no I/O. It's not 100% strictly that way as there are edges where we do I/O...

Added the teams with write permission.

@333fred you were asking for this option. I was starting to think about implementing it today and wondering if it was the right answer. The compiler is always loaded into...

Now that `replay` supports `--compiler` that could be an option to implement. Today that takes a compiler location but it could be updated to take the compiler source and then...

After a hint from @nohwnd I was able to figure out what is going on here. Given the message there was likely a tearing issue between DLLs here so I...