if (thumbnailsInProgressAndContinuation.ContainsKey(asset.Id) && System.Diagnostics.Debugger.IsAttached)
{
// Virgile: This case should not happen, but it happened to me once and could not reproduce.
// Please let me know if it happens to you.
// Note: this is likely not critical and should work fine even if it happens.
System.Diagnostics.Debugger.Break();
}
Virgile: This case should not happen,...
Anything that can go wrong, will go wrong. -- Morphy Law
Anything that can go wrong, will go wrong. -- Morphy Law