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
The MSBuildProjectContextData.GetAllCompilerCalls method is non-deterministic as it's iterating a dictionary. Need to order by the underlying id or use a sorted dictionary here to ensure deterministic outcomes.
The text was updated successfully, but these errors were encountered:
The
MSBuildProjectContextData.GetAllCompilerCalls
method is non-deterministic as it's iterating a dictionary. Need to order by the underlying id or use a sorted dictionary here to ensure deterministic outcomes.The text was updated successfully, but these errors were encountered: