[APICompat] AssemblyLoadErrors should not be saved as CompatDifference #34064
Labels
Area-ApiCompat
help wanted
Issues that we would accept external contributions on. Also known as up-for-grabs.
untriaged
Request triage from a team member
Milestone
sdk/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Mapping/AssemblyMapper.cs
Lines 139 to 145 in 8d4bc4a
The assembly load errors are currently created per unresolved type forward. Try to find a more efficient way to determine if they are already stored.
It might not be useful to encode the left and right during an AssemblyLoadError and put that into a CompatDifference. APICompat currently emits the following in a situation where left exists but right is missing:
Based on that log it wasn't clear to me that this actually referred to the right hand side as the
'left' (left)
entry confused me.The text was updated successfully, but these errors were encountered: