You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing the following errors when using the result caching feature:
MSB4256: Reading input result cache files from path "<stuff>\Foo.MSBuildResultsCache" encountered an error: Unable to read beyond the end of the stream.
MSBUILD : error : MSB4258: Writing output result cache file in path "<stuff>\Bar.MSBuildResultsCache" encountered an error: Object reference not set to an instance of an object.
Specifically the result cache file was produced by MSBuild 17.10, but I'm currently using MSBuild 17.11.
It appears that a field was added to the BuildResult in #9987 which is likely causing this issue.